diff options
author | dillo <dillo@pkgsrc.org> | 2003-02-17 15:27:58 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2003-02-17 15:27:58 +0000 |
commit | 5f4ad95078bf93b70aba68eb54ae3ff92d1a0f54 (patch) | |
tree | 1af7ef2b2bc5ea7a4f444fbcd0608162da7f6fc3 /graphics/png | |
parent | f1349125eb73cfee536105a66c0bab7c5347b686 (diff) | |
download | pkgsrc-5f4ad95078bf93b70aba68eb54ae3ff92d1a0f54.tar.gz |
convert to use test target from bsd.pkg.mk
addresses PR pkg/19416
Diffstat (limited to 'graphics/png')
-rw-r--r-- | graphics/png/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 5994badf1ab..45df1ce6cba 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2002/12/20 17:54:27 fredb Exp $ +# $NetBSD: Makefile,v 1.47 2003/02/17 15:28:00 dillo Exp $ # On update, don't forget to increase shared library major/minor's in # accordance with changes (patch-aa). @@ -19,6 +19,7 @@ COMMENT= Library for manipulating PNG images USE_BUILDLINK2= yes USE_LIBTOOL= yes +TEST_TARGET= test LIBPNG_SO_MAJOR= 3 LIBPNG_SO_MINOR= 1 @@ -35,8 +36,5 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/libpngpf.3 ${PREFIX}/man/man3 ${INSTALL_MAN} ${WRKSRC}/png.5 ${PREFIX}/man/man5 -test: build - @cd ${WRKSRC} && ${MAKE} -f ${MAKEFILE} test - .include "../../devel/zlib/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |