summaryrefslogtreecommitdiff
path: root/audio/xamp
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/xamp
parent383f864b8f8e060b2294382bed67a87ab22eba6a (diff)
downloadpkgsrc-087b0988c7c2bfaa3823a225f61757e9256e11a3.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'audio/xamp')
-rw-r--r--audio/xamp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/xamp/Makefile b/audio/xamp/Makefile
index ed0e46b23db..7389251498f 100644
--- a/audio/xamp/Makefile
+++ b/audio/xamp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/06/01 18:02:39 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2005/06/16 06:57:40 jlam Exp $
DISTNAME= xamp-0.8-10
PKGNAME= xamp-0.8.10
@@ -28,6 +28,8 @@ MAKE_ENV+= QT1DIR=${QT1DIR:Q}
SKIN_DATA= bfamp.tar.gz chrome.tar.gz mmxamp.tar.gz
SKIN_DIR= ${PREFIX}/lib/X11/xamp
+INSTALLATION_DIRS= bin man/man1
+
post-patch:
for f in about.cpp aboutData.cpp readmex.h; do \
${MV} ${WRKSRC}/$$f ${WRKSRC}/$$f.tmp; \