summaryrefslogtreecommitdiff
path: root/graphics/giftrans
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-16 06:57:37 +0000
committerjlam <jlam>2005-06-16 06:57:37 +0000
commit4eedf46f13f54f52b57bb41f46fa1156773cfe5b (patch)
tree3ccd645970d07eb5e027f9f4978696237c5cd04b /graphics/giftrans
parent563be07afa7bf7078a833258658572365405741a (diff)
downloadpkgsrc-4eedf46f13f54f52b57bb41f46fa1156773cfe5b.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'graphics/giftrans')
-rw-r--r--graphics/giftrans/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/giftrans/Makefile b/graphics/giftrans/Makefile
index 624b13e9938..42e5dfff86d 100644
--- a/graphics/giftrans/Makefile
+++ b/graphics/giftrans/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 $
#
DISTNAME= sgif1122
@@ -13,6 +13,8 @@ COMMENT= Manipulate GIF89a images' transparency, comment and other data
WRKSRC= ${WRKDIR}/usr/src/${PKGNAME_NOREV}
+INSTALLATION_DIRS= bin man/man1
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/giftrans ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/giftrans.1 ${PREFIX}/man/man1