summaryrefslogtreecommitdiff
path: root/graphics/png
diff options
context:
space:
mode:
authordillo <dillo>2003-02-17 15:27:58 +0000
committerdillo <dillo>2003-02-17 15:27:58 +0000
commit614ccb423c152a431aa1ea36e39e8e6ea9d29f45 (patch)
tree1af7ef2b2bc5ea7a4f444fbcd0608162da7f6fc3 /graphics/png
parent1ec18aae07f54c817a6714d87afb257e0711c880 (diff)
downloadpkgsrc-614ccb423c152a431aa1ea36e39e8e6ea9d29f45.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/Makefile6
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"