diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-03-26 07:21:20 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-03-26 07:21:20 +0000 |
commit | 7afdef50ebb60de0cc019ab2e6b9d0b5cf41b7ae (patch) | |
tree | 2a31ed9efdaa0545971adf9069d9fa995da9b0b2 /audio/xmmix/Makefile | |
parent | 0714cb39a9db08cb9872855a4d42dc4d9ce9bcd0 (diff) | |
download | pkgsrc-7afdef50ebb60de0cc019ab2e6b9d0b5cf41b7ae.tar.gz |
Allow building as non-root
Diffstat (limited to 'audio/xmmix/Makefile')
-rw-r--r-- | audio/xmmix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xmmix/Makefile b/audio/xmmix/Makefile index f884d928d53..163cef72c68 100644 --- a/audio/xmmix/Makefile +++ b/audio/xmmix/Makefile @@ -3,7 +3,7 @@ # Date created: 97-10-24 # Whom: augustss@cs.chalmers.se # -# $NetBSD: Makefile,v 1.7 1998/03/19 10:42:01 frueauf Exp $ +# $NetBSD: Makefile,v 1.8 1998/03/26 07:21:20 hubertf Exp $ # FreeBSD ID: Makefile,v 1.5 1997/09/08 13:37:47 tg Exp # @@ -21,6 +21,7 @@ CAT1= xmmix.0 post-patch: for file in ${WRKSRC}/XMmix.ad ${WRKSRC}/resource.h; do \ ${CP} $$file $$file.orig; \ + chmod +w $$file; \ ${SED} "s^/usr/lib/X11/xmmix.hlp^${PREFIX}/lib/X11/xmmix.hlp^" $$file.orig > $$file; \ done |