diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-06-30 01:24:03 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-06-30 01:24:03 +0000 |
commit | dd2c9a167335e5f493aea6f734caec0a43758d4c (patch) | |
tree | be62854097737e0b58fd7cd43543705be54a723d /audio/xamp | |
parent | 1a5beb166dd944199c51577fa69cf8cb46216d2f (diff) | |
download | pkgsrc-dd2c9a167335e5f493aea6f734caec0a43758d4c.tar.gz |
xpkgwedgeify (patch supplied by maintainer in pkg/17430) - closes pkg/17430
Diffstat (limited to 'audio/xamp')
-rw-r--r-- | audio/xamp/Makefile | 9 |
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 |