aboutsummaryrefslogtreecommitdiff
path: root/textproc/openjade
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-13 09:16:19 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-13 09:16:19 +0000
commit667d6f7c89a6d7bcee656c3534aa091db345986d (patch)
tree9f9b5e4061df0e26f90dafe7a3e66130fa471a41 /textproc/openjade
parentcd4dafaf26dd1e567ad80498f1a4a481bbf14b92 (diff)
downloadports-667d6f7c89a6d7bcee656c3534aa091db345986d.tar.gz
ports-667d6f7c89a6d7bcee656c3534aa091db345986d.zip
Allow staging as a regular user
Notes
Notes: svn path=/head/; revision=368078
Diffstat (limited to 'textproc/openjade')
-rw-r--r--textproc/openjade/Makefile1
-rw-r--r--textproc/openjade/files/patch-Makefile.lib.in11
2 files changed, 12 insertions, 0 deletions
diff --git a/textproc/openjade/Makefile b/textproc/openjade/Makefile
index eaf6c21f261c..b40a653eeab7 100644
--- a/textproc/openjade/Makefile
+++ b/textproc/openjade/Makefile
@@ -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}
diff --git a/textproc/openjade/files/patch-Makefile.lib.in b/textproc/openjade/files/patch-Makefile.lib.in
new file mode 100644
index 000000000000..0f14b44eba34
--- /dev/null
+++ b/textproc/openjade/files/patch-Makefile.lib.in
@@ -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)