mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
140e8b10a0
PR: 16823 Submitted by: maintainer
12 lines
364 B
Plaintext
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.
|