summaryrefslogtreecommitdiff
path: root/audio/abcde
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 /audio/abcde
parent383f864b8f8e060b2294382bed67a87ab22eba6a (diff)
downloadpkgsrc-087b0988c7c2bfaa3823a225f61757e9256e11a3.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'audio/abcde')
-rw-r--r--audio/abcde/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/abcde/Makefile b/audio/abcde/Makefile
index c6f622ea36e..ceeaad5b697 100644
--- a/audio/abcde/Makefile
+++ b/audio/abcde/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2005/05/31 21:40:37 rillig Exp $
+# $NetBSD: Makefile,v 1.33 2005/06/16 06:57:38 jlam Exp $
DISTNAME= abcde_2.2.6.orig
PKGNAME= ${DISTNAME:S/_/-/:S/.orig//}
@@ -23,6 +23,8 @@ EGDIR= ${PREFIX}/share/examples/abcde
MESSAGE_SUBST+= EGDIR=${EGDIR}
MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR}
+INSTALLATION_DIRS= bin man/man1
+
pre-configure:
@cd ${WRKSRC} && for f in abcde; do \
${SED} "s,@PKG_SYSCONFDIR@,${PKG_SYSCONFDIR}," \