diff options
author | hubertf <hubertf> | 1998-03-26 07:21:20 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-03-26 07:21:20 +0000 |
commit | 9a5bf001171ca8ef617d0519dcfbbbdc893c8421 (patch) | |
tree | 2a31ed9efdaa0545971adf9069d9fa995da9b0b2 /audio/xmmix | |
parent | d177f66876527e6f85058cb3c58d87e13970722f (diff) | |
download | pkgsrc-9a5bf001171ca8ef617d0519dcfbbbdc893c8421.tar.gz |
Allow building as non-root
Diffstat (limited to 'audio/xmmix')
-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 |