summaryrefslogtreecommitdiff
path: root/audio/xmcd
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2002-01-08 10:01:33 +0000
committertron <tron@pkgsrc.org>2002-01-08 10:01:33 +0000
commitf80152156d881b5405b2db0a91e841c09324dfd3 (patch)
treeb654a92cf076581d77f441523dcba2c33e242c63 /audio/xmcd
parentd213c85f57f56fcfbe34ca1e6071897a99c41dab (diff)
downloadpkgsrc-f80152156d881b5405b2db0a91e841c09324dfd3.tar.gz
Patch various files in "post-patch" instead of "pre-install" target so
that files in work directory are owned by the user used to build the package and not by "root".
Diffstat (limited to 'audio/xmcd')
-rw-r--r--audio/xmcd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile
index ac2acd978ab..6ea44c9932c 100644
--- a/audio/xmcd/Makefile
+++ b/audio/xmcd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2001/09/08 19:55:40 jlam Exp $
+# $NetBSD: Makefile,v 1.29 2002/01/08 10:01:33 tron Exp $
#
DISTNAME= xmcd-3.0.1
@@ -15,7 +15,7 @@ USE_IMAKE= yes
IS_INTERACTIVE= yes # asks a lot of questions
MAKE_ENV+= SHELL=${SH}
-pre-install:
+post-patch:
cd ${WRKSRC} && \
for f in libdi_d/config.sh misc_d/start.sh install.sh; do \
${SED} -e "s/@MACHINE_ARCH@/${MACHINE_ARCH}/" $$f > $$f.new; \