diff options
author | minskim <minskim> | 2004-07-28 02:47:34 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-07-28 02:47:34 +0000 |
commit | 1ae420994665082ead3119863db4ce8986159143 (patch) | |
tree | a2db94abf3df23400d346801b7559fa165b0b694 /archivers/star/Makefile | |
parent | 857a94f7bc9bd3cec077d6eeb0925d28bd84904e (diff) | |
download | pkgsrc-1ae420994665082ead3119863db4ce8986159143.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'archivers/star/Makefile')
-rw-r--r-- | archivers/star/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/star/Makefile b/archivers/star/Makefile index b2cd77c2719..a428464bf33 100644 --- a/archivers/star/Makefile +++ b/archivers/star/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/01/22 07:18:44 grant Exp $ +# $NetBSD: Makefile,v 1.10 2004/07/28 02:47:35 minskim Exp $ # DISTNAME= star-1.4.3 @@ -9,6 +9,8 @@ MAINTAINER= uebayasi@NetBSD.org HOMEPAGE= http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/star.html COMMENT= The fastest tar like archiver for UNIX +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_GNU_TOOLS+= make MAKE_FLAGS+= INS_BASE=${PREFIX} |