mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
14 lines
311 B
Text
14 lines
311 B
Text
|
|
$FreeBSD$
|
|
|
|
--- codecs/Makefile 2003/10/17 09:41:04 1.1
|
|
+++ codecs/Makefile 2003/10/17 09:41:19
|
|
@@ -95,7 +95,7 @@
|
|
include .depend
|
|
|
|
install: all
|
|
- for x in $(CODECS); do $(INSTALL) -m 755 $$x $(MODULES_DIR) ; done
|
|
+ for x in $(CODECS); do $(BSD_INSTALL_PROGRAM) $$x $(MODULES_DIR) ; done
|
|
|
|
depend: .depend
|
|
|