diff options
author | minskim <minskim@pkgsrc.org> | 2004-07-28 02:47:34 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-07-28 02:47:34 +0000 |
commit | 7a63d66b8f63ca18865f3735ee4cba993c020f7c (patch) | |
tree | a2db94abf3df23400d346801b7559fa165b0b694 /archivers/unarj | |
parent | 88ccf725be26377ad7f2207f70941d88bbb5fd41 (diff) | |
download | pkgsrc-7a63d66b8f63ca18865f3735ee4cba993c020f7c.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'archivers/unarj')
-rw-r--r-- | archivers/unarj/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/archivers/unarj/Makefile b/archivers/unarj/Makefile index e4a02d0c659..333171b965f 100644 --- a/archivers/unarj/Makefile +++ b/archivers/unarj/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/03/23 04:40:59 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2004/07/28 02:47:35 minskim Exp $ DISTNAME= unarj-2.43 CATEGORIES= archivers @@ -14,8 +14,12 @@ RESTRICTED= "Do not charge a fee for use, copying, or distribution" NO_SRC_ON_CDROM=${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= yes +INSTALLATION_DIRS= bin + do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/unarj ${INSTALL_PROGRAM} ${WRKSRC}/unarj ${PREFIX}/bin |