summaryrefslogtreecommitdiff
path: root/graphics/ppmtoxvpic/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-16 06:57:37 +0000
committerjlam <jlam>2005-06-16 06:57:37 +0000
commit087b0988c7c2bfaa3823a225f61757e9256e11a3 (patch)
tree3ccd645970d07eb5e027f9f4978696237c5cd04b /graphics/ppmtoxvpic/Makefile
parent383f864b8f8e060b2294382bed67a87ab22eba6a (diff)
downloadpkgsrc-087b0988c7c2bfaa3823a225f61757e9256e11a3.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'graphics/ppmtoxvpic/Makefile')
-rw-r--r--graphics/ppmtoxvpic/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/ppmtoxvpic/Makefile b/graphics/ppmtoxvpic/Makefile
index 176ec7f5553..deaa8c128bf 100644
--- a/graphics/ppmtoxvpic/Makefile
+++ b/graphics/ppmtoxvpic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/02/21 20:26:11 hubertf Exp $
+# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:58 jlam Exp $
#
PKGNAME= ppmtoxvpic-0.99.9
@@ -8,6 +8,8 @@ CATEGORIES= graphics
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Convert PPM image to preview pic readable by xv and gimp
+INSTALLATION_DIRS= bin
+
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/utils/xvpicmaker ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/utils/ppmtoxvpic ${PREFIX}/bin