66c1ce29b5
In the process of staging this port: * Rename patches * Repurpose files/manpages to Makefile.manlinks to handle man page links * Move manpages to pkg-plist * Use PORTDOCS and PORTEXAMPLES (shortens pkg-plist tremendously) * use COPYTREE_ macros instead of tar * General modernization and cleanup
13 lines
340 B
Text
13 lines
340 B
Text
--- Make.common.in.orig 1999-12-03 21:48:54 UTC
|
|
+++ Make.common.in
|
|
@@ -30,8 +30,8 @@
|
|
LN = @LN@
|
|
RANLIB = @RANLIB@
|
|
INSTALL = @INSTALL@
|
|
-INSTALL_PROGRAM = @INSTALL@ -s -m 755
|
|
-INSTALL_DATA = @INSTALL@ -m 644
|
|
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
+INSTALL_DATA = @INSTALL_DATA@
|
|
CFLAGS = @CFLAGS@
|
|
CPPFLAGS = @CPPFLAGS@
|
|
LDFLAGS = @LDFLAGS@
|