summaryrefslogtreecommitdiff
path: root/audio/xamp
diff options
context:
space:
mode:
authorjschauma <jschauma>2002-06-30 01:24:03 +0000
committerjschauma <jschauma>2002-06-30 01:24:03 +0000
commitd1c8bae3b0a08b70d187cffdb96efd549afaa0cc (patch)
treebe62854097737e0b58fd7cd43543705be54a723d /audio/xamp
parent0af99bddd34bef9610f4250c258c50c1fa3ef170 (diff)
downloadpkgsrc-d1c8bae3b0a08b70d187cffdb96efd549afaa0cc.tar.gz
xpkgwedgeify (patch supplied by maintainer in pkg/17430) - closes pkg/17430
Diffstat (limited to 'audio/xamp')
-rw-r--r--audio/xamp/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/audio/xamp/Makefile b/audio/xamp/Makefile
index bf8327bec4e..c45c73b884b 100644
--- a/audio/xamp/Makefile
+++ b/audio/xamp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/02/25 04:17:37 hubertf Exp $
+# $NetBSD: Makefile,v 1.11 2002/06/30 01:24:03 jschauma Exp $
# FreeBSD: ports/audio/xamp/Makefile,v 1.5 1999/08/25 04:36:22 obrien Exp
#
@@ -32,6 +32,13 @@ CONFIGURE_ENV+= "MOC=${QT1DIR}/qt1/bin/moc"
SKIN_DATA= bfamp.tar.gz chrome.tar.gz mmxamp.tar.gz
SKIN_DIR= ${PREFIX}/lib/X11/xamp
+post-patch:
+ for f in about.cpp aboutData.cpp readmex.h; do \
+ ${MV} ${WRKSRC}/$$f ${WRKSRC}/$$f.tmp; \
+ ${SED} -e 's:/usr/X11R6:'${PREFIX}':g' < ${WRKSRC}/$$f.tmp > \
+ ${WRKSRC}/$$f; \
+ done
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xamp ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xamp.1 ${PREFIX}/man/man1