diff options
author | jlam <jlam> | 2004-03-23 04:40:59 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-03-23 04:40:59 +0000 |
commit | 70655c85b2536d9dfd095ba2b50eb3bbfc6fb453 (patch) | |
tree | d8094c229e6aa2ba7ccd261556aaa1939c21a233 /archivers/squsq | |
parent | 751036b69c7d3a3afbe83af9f9c8088ae182a56d (diff) | |
download | pkgsrc-70655c85b2536d9dfd095ba2b50eb3bbfc6fb453.tar.gz |
USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.
Diffstat (limited to 'archivers/squsq')
-rw-r--r-- | archivers/squsq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/squsq/Makefile b/archivers/squsq/Makefile index eccd38a22a3..c25f6836bfd 100644 --- a/archivers/squsq/Makefile +++ b/archivers/squsq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/03/11 18:03:50 xtraeme Exp $ +# $NetBSD: Makefile,v 1.10 2004/03/23 04:40:59 jlam Exp $ DISTNAME= t20-squsq-3.3 PKGNAME= squsq-3.3 @@ -11,7 +11,7 @@ COMMENT= Compressor/decompressor for CP/M Squeeze compressed files MAKEFILE= ${FILESDIR}/Makefile WRKSRC= ${WRKDIR}/t20-squsq -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sq ${WRKSRC}/usq ${PREFIX}/bin/ |