pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/pango



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Jan  2 15:54:53 UTC 2020

Modified Files:
        pkgsrc/devel/pango: Makefile

Log Message:
pango: remove now redundant test target

Now that adam@ has added a generic test target to meson's build.mk,
we can just rely on that, instead.


To generate a diff of this commit:
cvs rdiff -u -r1.229 -r1.230 pkgsrc/devel/pango/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/pango/Makefile
diff -u pkgsrc/devel/pango/Makefile:1.229 pkgsrc/devel/pango/Makefile:1.230
--- pkgsrc/devel/pango/Makefile:1.229   Wed Nov  6 13:26:21 2019
+++ pkgsrc/devel/pango/Makefile Thu Jan  2 15:54:53 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.229 2019/11/06 13:26:21 wiz Exp $
+# $NetBSD: Makefile,v 1.230 2020/01/02 15:54:53 gutteridge Exp $
 
 DISTNAME=      pango-1.44.7
 CATEGORIES=    devel fonts
@@ -31,9 +31,6 @@ BUILDLINK_TRANSFORM+= rm:-Werror=implici
 post-install:
        ${MV} ${DESTDIR}${PREFIX}/share/man/man1/pango-view.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/pango-view.1 || ${TRUE}
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ninja -C output test
-
 .include "options.mk"
 .include "../../graphics/librsvg/available.mk"
 



Home | Main Index | Thread Index | Old Index