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/squsq | |
parent | 6c0576238767059fc21c9fd5a3fb915ef5edc22d (diff) | |
download | pkgsrc-1b9f68e6ed8099d5caa7691c43e00bfbef2a2116.tar.gz |
Mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'archivers/squsq')
-rw-r--r-- | archivers/squsq/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/squsq/Makefile b/archivers/squsq/Makefile index 0aef38076d5..93f1fce78a3 100644 --- a/archivers/squsq/Makefile +++ b/archivers/squsq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/16 13:15:36 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/07/16 10:29:50 jlam Exp $ DISTNAME= t20-squsq-3.3 PKGNAME= squsq-3.3 @@ -11,6 +11,8 @@ COMMENT= Compressor/decompressor for CP/M Squeeze compressed files WRKSRC= ${WRKDIR}/t20-squsq MAKEFILE= ${FILESDIR}/Makefile +USE_BUILDLINK_ONLY= # defined + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sq ${WRKSRC}/usq ${PREFIX}/bin/ |