diff options
author | heinz <heinz> | 2005-10-15 20:24:53 +0000 |
---|---|---|
committer | heinz <heinz> | 2005-10-15 20:24:53 +0000 |
commit | 000de1f239a3d0fb7b1fa59092fa02d4c5110ff5 (patch) | |
tree | 9bd02589bda5919407a92896185d429b38d645fe | |
parent | 5a34649f65e2bc5a2a99fe317bd00484aa16b2d4 (diff) | |
download | pkgsrc-000de1f239a3d0fb7b1fa59092fa02d4c5110ff5.tar.gz |
Added appropriate TEST_TARGET.
-rw-r--r-- | archivers/unzip/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index c82e784e4c7..a41a532b258 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2005/10/09 09:48:22 rillig Exp $ +# $NetBSD: Makefile,v 1.58 2005/10/15 20:24:53 heinz Exp $ DISTNAME= unzip552 PKGNAME= unzip-5.52 @@ -28,6 +28,8 @@ MAKE_FLAGS= CF="${CPPFLAGS} ${CFLAGS} -I. -DUNIX -Dunix -DUSE_UNSHRINK" LF2="${_ INSTALLATION_DIRS= bin man/man1 share/doc +TEST_TARGET= check + do-install: cd ${WRKSRC} && ${INSTALL_PROGRAM} unzip funzip unzipsfx ${PREFIX}/bin ${LN} -sf unzip ${PREFIX}/bin/zipinfo |