aboutsummaryrefslogtreecommitdiff
path: root/textproc/mxml
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-02-19 17:44:39 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-02-19 17:44:39 +0000
commit1b9e1f4e00390476a8393a29f30f522c2d52917c (patch)
treec569956b56e176cc644f8fd75458a82aa7780f8a /textproc/mxml
parentc6ec7f883b4f735b8637dc146807ff9dcc6080cc (diff)
downloadports-1b9e1f4e00390476a8393a29f30f522c2d52917c.tar.gz
ports-1b9e1f4e00390476a8393a29f30f522c2d52917c.zip
Notes
Diffstat (limited to 'textproc/mxml')
-rw-r--r--textproc/mxml/Makefile3
-rw-r--r--textproc/mxml/files/patch-libtool224
2 files changed, 3 insertions, 4 deletions
diff --git a/textproc/mxml/Makefile b/textproc/mxml/Makefile
index 83fa09df2e5f..1d784929cc35 100644
--- a/textproc/mxml/Makefile
+++ b/textproc/mxml/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mxml
PORTVERSION= 2.7
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://www.msweet.org/files/project3/
@@ -15,8 +16,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
GNU_CONFIGURE= yes
-USES= gmake
-USE_AUTOTOOLS= libtool
USES= pathfix desthack
CONFIGURE_ARGS= --with-docdir=no
USE_LDCONFIG= yes
diff --git a/textproc/mxml/files/patch-libtool22 b/textproc/mxml/files/patch-libtool22
index 02dd0d5faa90..1f4c2000f080 100644
--- a/textproc/mxml/files/patch-libtool22
+++ b/textproc/mxml/files/patch-libtool22
@@ -5,11 +5,11 @@
#
-INSTALL_BIN = $(LIBTOOL) $(INSTALL) -m 755 -s
-+INSTALL_BIN = $(LIBTOOL) --mode=install $(INSTALL) -m 755 -s
++INSTALL_BIN = $(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_LIB = $(INSTALL) -m 755 -s
INSTALL_MAN = $(INSTALL) -m 644
INSTALL_SCRIPT = $(INSTALL) -m 755