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 | 5a4e75ef0dbfbe472daed99a61461c796830b3ba (patch) | |
tree | a2db94abf3df23400d346801b7559fa165b0b694 /archivers/ppmd | |
parent | b85cc0437e09f2f375ea54116f177bba559a5501 (diff) | |
download | pkgsrc-5a4e75ef0dbfbe472daed99a61461c796830b3ba.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'archivers/ppmd')
-rw-r--r-- | archivers/ppmd/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/archivers/ppmd/Makefile b/archivers/ppmd/Makefile index d1f6b42989c..0ee6a446bb8 100644 --- a/archivers/ppmd/Makefile +++ b/archivers/ppmd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/04/14 14:56:09 ben Exp $ +# $NetBSD: Makefile,v 1.3 2004/07/28 02:47:35 minskim Exp $ # DISTNAME= ppmdi1 @@ -11,12 +11,16 @@ MAINTAINER= ben@NetBSD.org HOMEPAGE= http://compression.ru/ds/ COMMENT= PPM file compressor +PKG_INSTALLATION_TYPES= overwrite pkgviews + MAKEFILE= makefile.gmk ALL_TARGET= ppmd WRKSRC= ${WRKDIR} USE_LANGUAGES= c++ +INSTALLATION_DIRS= bin + post-extract: cd ${WRKSRC} && for i in *; do \ ${MV} $$i $$i.new; \ |