forked from Lainports/freebsd-ports
- Add custom LICENSE MXML
- Add USE_LDCONFIG to include new shared library
- Switch to OPTIONSng
- Change DOCS installing hierarchy from ${DOCSDIR}/doc/ to ${DOCSDIR}/
- Remove unnecessary patch (have been merged into upstream)
- Replace TAB with space in pkg-descr WWW: line
PR: ports/175315
Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw>
Approved by: swills (mentor)
15 lines
503 B
Text
15 lines
503 B
Text
--- Makefile.in.orig 2009-07-14 23:48:58.000000000 -0500
|
|
+++ Makefile.in 2009-07-14 23:49:34.000000000 -0500
|
|
@@ -57,10 +57,10 @@
|
|
# Install commands...
|
|
#
|
|
|
|
-INSTALL_BIN = $(LIBTOOL) $(INSTALL) -m 755 -s
|
|
+INSTALL_BIN = $(LIBTOOL) --mode=install $(INSTALL) -m 755 -s
|
|
INSTALL_DATA = $(INSTALL) -m 644
|
|
INSTALL_DIR = $(INSTALL) -d
|
|
-INSTALL_LIB = $(LIBTOOL) $(INSTALL) -m 755
|
|
+INSTALL_LIB = $(LIBTOOL) --mode=install $(INSTALL) -m 755
|
|
INSTALL_MAN = $(INSTALL) -m 644
|
|
INSTALL_SCRIPT = $(INSTALL) -m 755
|
|
|