mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
15 lines
341 B
Plaintext
15 lines
341 B
Plaintext
|
|
$FreeBSD$
|
|
|
|
--- astman/Makefile.orig Sat Oct 25 20:27:53 2003
|
|
+++ astman/Makefile Fri Jan 30 01:47:34 2004
|
|
@@ -8,7 +8,7 @@
|
|
install:
|
|
if [ "$(TARGET)" != "none" ]; then \
|
|
for x in $(TARGET); do \
|
|
- install -m 755 $$x $(DESTDIR)$(ASTSBINDIR)/astman; \
|
|
+ $(BSD_INSTALL_PROGRAM) $$x $(DESTDIR)$(ASTSBINDIR)/astman; \
|
|
done ; \
|
|
fi
|
|
|