1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/audio/soundtracker/files/patch-ad
Ade Lovett 140e8b10a0 Update to 0.3.10
PR:		16823
Submitted by:	maintainer
2000-02-20 04:18:32 +00:00

12 lines
364 B
Plaintext

--- app/Makefile.in.orig Fri Feb 18 23:15:50 2000
+++ app/Makefile.in Fri Feb 18 23:18:29 2000
@@ -475,6 +475,6 @@
install-exec-local:
- chown root.root $(bindir)/soundtracker
- chmod +s $(bindir)/soundtracker
+ chown root.wheel $(bindir)/soundtracker
+# chmod +s $(bindir)/soundtracker
# Tell versions [3.59,3.63) of GNU make to not export all variables.