diff options
author | xtraeme <xtraeme> | 2004-03-11 18:03:49 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-03-11 18:03:49 +0000 |
commit | b720d021413dcea6d0c5ecc71ab97500c737ce06 (patch) | |
tree | cbbe33a27ca8ed9a1766ae778dd6daf92ed9dfa4 /archivers/rar/Makefile | |
parent | 1cfb03468403d03e7c55ae589b2083fac754e372 (diff) | |
download | pkgsrc-b720d021413dcea6d0c5ecc71ab97500c737ce06.tar.gz |
bl3ify
Diffstat (limited to 'archivers/rar/Makefile')
-rw-r--r-- | archivers/rar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile index da6307b0c1d..41265bb3eda 100644 --- a/archivers/rar/Makefile +++ b/archivers/rar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2004/01/20 12:07:06 agc Exp $ +# $NetBSD: Makefile,v 1.36 2004/03/11 18:03:50 xtraeme Exp $ # FreeBSD Id: Makefile,v 1.7 1997/08/10 22:31:27 fenner Exp # @@ -21,7 +21,7 @@ NO_BIN_ON_FTP= ${RESTRICTED} WRKSRC= ${WRKDIR} EXTRACT_CMD= ${DOWNLOADED_DISTFILE} >/dev/null -USE_BUILDLINK2= # defined +USE_BUILDLINK3= # defined pre-extract: @if [ -z "$$KERNEL" ]; then \ |