diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 03:00:55 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 03:00:55 +0000 |
commit | 188d64c7aa1e1db36203a851f26fcb75b3ba1315 (patch) | |
tree | 10b57145d75d4c84f1978c082ffaf29dc63fcedf /archivers | |
parent | 0c5f1b2342b1b568f5a77b68b8d39dfa035572a3 (diff) | |
download | pkgsrc-188d64c7aa1e1db36203a851f26fcb75b3ba1315.tar.gz |
This defines NO_BUILD, so USE_BUILDLINK2 is not necessary.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/stuffit/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/stuffit/Makefile b/archivers/stuffit/Makefile index 8b3c00ef6b9..cb60dd72266 100644 --- a/archivers/stuffit/Makefile +++ b/archivers/stuffit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/03/28 13:29:31 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2004/04/11 03:00:55 snj Exp $ DISTNAME= stuffit520.611linux-i386 PKGNAME= stuffit-5.2.0.611 @@ -27,7 +27,6 @@ WRKSRC= ${WRKDIR} CHECK_SHLIBS= NO NO_CONFIGURE= # defined NO_BUILD= # defined -USE_BUILDLINK2= # defined do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/* ${PREFIX}/bin |