diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-25 05:11:14 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-25 05:11:14 +0800 |
commit | 083d60e4b4d83ad5d66130ecbc743672771f8add (patch) | |
tree | e7ffdd42d30e1ad714fa3a7754bfdf5f36d87487 /audio/mp3_check | |
parent | e2794f3dabc50eda977091151e08fc74f7f618af (diff) | |
download | freebsd-ports-gnome-083d60e4b4d83ad5d66130ecbc743672771f8add.tar.gz freebsd-ports-gnome-083d60e4b4d83ad5d66130ecbc743672771f8add.tar.zst freebsd-ports-gnome-083d60e4b4d83ad5d66130ecbc743672771f8add.zip |
Allow staging as a regular user
Diffstat (limited to 'audio/mp3_check')
-rw-r--r-- | audio/mp3_check/files/patch-Makefile | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/audio/mp3_check/files/patch-Makefile b/audio/mp3_check/files/patch-Makefile index 6c68751b27f4..e5016201b723 100644 --- a/audio/mp3_check/files/patch-Makefile +++ b/audio/mp3_check/files/patch-Makefile @@ -1,5 +1,5 @@ ---- ./Makefile.orig 2000-07-29 08:41:38.000000000 +0200 -+++ ./Makefile 2014-02-14 11:11:34.806983153 +0100 +--- Makefile.orig 2000-07-29 06:41:38 UTC ++++ Makefile @@ -2,8 +2,8 @@ CC ?= gcc @@ -16,16 +16,7 @@ install: all - install -m 755 -o root -g root mp3_check ${LOCALBASE}/bin -+ install -m 755 -o root -g wheel mp3_check ${DESTDIR}${PREFIX}/bin ++ ${BSD_INSTALL_PROGRAM} mp3_check ${DESTDIR}${PREFIX}/bin # The FreeBSD Makefile options need a little work, but this will work for now. freebsd: mp3_check.c mp3_check.h mp3_check_misc.c -@@ -29,7 +29,7 @@ - strip mp3_check - - freebsd_install: freebsd -- install -m 755 -o root -g wheel mp3_check ${LOCALBASE}/bin -+ install -m 755 -o root -g wheel mp3_check ${DESTDIR}${PREFIX}/bin - - mp3_check.o: mp3_check.c - mp3_check_misc.o: mp3_check_misc.c |