summaryrefslogtreecommitdiff
path: root/archivers/ppmd/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2004-07-28 02:47:34 +0000
committerminskim <minskim>2004-07-28 02:47:34 +0000
commit0c55b8fa31dddbfb2a13bcb6be65757fa194c280 (patch)
treea2db94abf3df23400d346801b7559fa165b0b694 /archivers/ppmd/Makefile
parent8ad7c60733cb0d68b0c4d38d67434c37763bbe8e (diff)
downloadpkgsrc-0c55b8fa31dddbfb2a13bcb6be65757fa194c280.tar.gz
Enable pkgviews installation.
Diffstat (limited to 'archivers/ppmd/Makefile')
-rw-r--r--archivers/ppmd/Makefile6
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; \