svn commit: r368078 - in head/textproc/openjade: . files

Antoine Brodin antoine at FreeBSD.org
Sat Sep 13 09:16:20 UTC 2014


Author: antoine
Date: Sat Sep 13 09:16:19 2014
New Revision: 368078
URL: http://svnweb.freebsd.org/changeset/ports/368078
QAT: https://qat.redports.org/buildarchive/r368078/

Log:
  Allow staging as a regular user

Added:
  head/textproc/openjade/files/patch-Makefile.lib.in   (contents, props changed)
Modified:
  head/textproc/openjade/Makefile

Modified: head/textproc/openjade/Makefile
==============================================================================
--- head/textproc/openjade/Makefile	Sat Sep 13 08:37:15 2014	(r368077)
+++ head/textproc/openjade/Makefile	Sat Sep 13 09:16:19 2014	(r368078)
@@ -20,6 +20,7 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-default-catalog=${PREFIX}/share/sgml/catalog \
 		--datadir=${DATADIR}
 INSTALL_TARGET=	install install-man
+MAKE_ENV=	STRIP="${STRIP}"
 PLIST_SUB=	XMLCATMGR=${XMLCATMGR} \
 		CATALOG_PORTS_SGML=${CATALOG_PORTS_SGML}
 

Added: head/textproc/openjade/files/patch-Makefile.lib.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/openjade/files/patch-Makefile.lib.in	Sat Sep 13 09:16:19 2014	(r368078)
@@ -0,0 +1,11 @@
+--- Makefile.lib.in.orig	2002-01-22 11:57:53 UTC
++++ Makefile.lib.in
+@@ -28,7 +28,7 @@
+ 
+ install:
+ 	$(mkinstalldirs) $(DESTDIR)$(libdir)
+-	$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) lib$(LIB).la $(DESTDIR)$(libdir)
++	$(LIBTOOL) --mode=install $(INSTALL) $(STRIP) lib$(LIB).la $(DESTDIR)$(libdir)
+ 
+ depend: depend_src
+ depend.temp: $(GENSRCS)


More information about the svn-ports-head mailing list