diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-03-11 18:03:49 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-03-11 18:03:49 +0000 |
commit | 9121365472f49d39562e6b3177afdc18308db633 (patch) | |
tree | cbbe33a27ca8ed9a1766ae778dd6daf92ed9dfa4 /archivers/unarj | |
parent | fff8c7e84643f2e5e09d909878f7ecb5d72e1870 (diff) | |
download | pkgsrc-9121365472f49d39562e6b3177afdc18308db633.tar.gz |
bl3ify
Diffstat (limited to 'archivers/unarj')
-rw-r--r-- | archivers/unarj/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/unarj/Makefile b/archivers/unarj/Makefile index 17aab05333e..53c732fc4ed 100644 --- a/archivers/unarj/Makefile +++ b/archivers/unarj/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/07/17 21:21:41 grant Exp $ +# $NetBSD: Makefile,v 1.15 2004/03/11 18:03:50 xtraeme Exp $ DISTNAME= unarj-2.43 CATEGORIES= archivers @@ -14,7 +14,7 @@ RESTRICTED= "Do not charge a fee for use, copying, or distribution" NO_SRC_ON_CDROM=${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} -USE_BUILDLINK2= # defined +USE_BUILDLINK3= # defined do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/unarj |