aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk-devel/files/patch-formats::Makefile
blob: 2b59d352221185300a43c688d14c4c1c363da1e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

$FreeBSD$

--- formats/Makefile	2003/10/17 09:41:29	1.1
+++ formats/Makefile	2003/10/17 09:41:43
@@ -40,7 +40,7 @@
 	$(CC) -shared -Xlinker -x -o $@ $< -lm
 
 install: all
-	for x in $(FORMAT_LIBS); do $(INSTALL) -m 755 $$x $(MODULES_DIR) ; done
+	for x in $(FORMAT_LIBS); do $(BSD_INSTALL_PROGRAM) $$x $(MODULES_DIR) ; done
 
 depend: .depend