1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/net/asterisk10/files/patch-astman::Makefile

15 lines
310 B
Plaintext

$FreeBSD$
--- astman/Makefile 2003/10/17 09:43:08 1.1
+++ astman/Makefile 2003/10/17 09:43:31
@@ -8,7 +8,7 @@
install:
if [ "$(TARGET)" != "none" ]; then \
for x in $(TARGET); do \
- install -m 755 $$x $(ASTSBINDIR)/astman; \
+ $(BSD_INSTALL_PROGRAM) $$x $(ASTSBINDIR)/astman; \
done ; \
fi