Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Sep 2014 09:16:20 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368078 - in head/textproc/openjade: . files
Message-ID:  <201409130916.s8D9GKsw001884@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409130916.s8D9GKsw001884>