diff options
author | jlam <jlam> | 2001-07-16 10:29:50 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-07-16 10:29:50 +0000 |
commit | 1b9f68e6ed8099d5caa7691c43e00bfbef2a2116 (patch) | |
tree | 1f3c6baef6d2a439837e5a29e3a775495ee44394 /archivers/zip | |
parent | 6c0576238767059fc21c9fd5a3fb915ef5edc22d (diff) | |
download | pkgsrc-1b9f68e6ed8099d5caa7691c43e00bfbef2a2116.tar.gz |
Mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'archivers/zip')
-rw-r--r-- | archivers/zip/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index a92462adc91..2f5c3c60cff 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2001/03/27 03:19:44 hubertf Exp $ +# $NetBSD: Makefile,v 1.24 2001/07/16 10:29:51 jlam Exp $ # FreeBSD Id: Makefile,v 1.10 1997/04/27 16:06:15 ache Exp # @@ -20,6 +20,8 @@ MAKEFILE= unix/Makefile MAKE_FLAGS= LOCAL_ZIP="${CFLAGS}" ALL_TARGET= generic +USE_BUILDLINK_ONLY= # defined + post-extract: @cd ${WRKSRC} && unzip -qo ${DISTDIR}/zcrypt29.zip |