summaryrefslogtreecommitdiff
path: root/www/make_album
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-17 03:50:19 +0000
committerjlam <jlam@pkgsrc.org>2005-06-17 03:50:19 +0000
commite46a9dd38060ef6414b4db2f15402a701e32c7b7 (patch)
tree067490bfc0f733c9b522363134ffa36e43b49192 /www/make_album
parent412af280c005dfc946b85f88a9e754232c586fc7 (diff)
downloadpkgsrc-e46a9dd38060ef6414b4db2f15402a701e32c7b7.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'www/make_album')
-rw-r--r--www/make_album/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/make_album/Makefile b/www/make_album/Makefile
index 1f6a39a40e0..d2b472f59e4 100644
--- a/www/make_album/Makefile
+++ b/www/make_album/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/04/15 21:54:28 snj Exp $
+# $NetBSD: Makefile,v 1.9 2005/06/17 03:50:41 jlam Exp $
#
DISTNAME= make_album_1_6
@@ -21,6 +21,8 @@ REPLACE_PERL= ${MY_SCRIPTS}
NO_CONFIGURE= # defined
NO_BUILD= # defined
+INSTALLATION_DIRS= bin lib
+
do-install:
for f in ${MY_SCRIPTS}; do \
${INSTALL_SCRIPT} ${WRKSRC}/$$f ${PREFIX}/bin; \