diff options
author | tijl <tijl@FreeBSD.org> | 2014-02-20 01:44:39 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-02-20 01:44:39 +0800 |
commit | ac31f660863b836c7d987fc98edf30a3468fcb07 (patch) | |
tree | c569956b56e176cc644f8fd75458a82aa7780f8a /textproc/mxml | |
parent | 84c487f41e67e643d4b76cffc04a71653f7d0104 (diff) | |
download | freebsd-ports-gnome-ac31f660863b836c7d987fc98edf30a3468fcb07.tar.gz freebsd-ports-gnome-ac31f660863b836c7d987fc98edf30a3468fcb07.tar.zst freebsd-ports-gnome-ac31f660863b836c7d987fc98edf30a3468fcb07.zip |
- Fix a USE_GMAKE conversion. USES is redefined later without gmake.
Evidently gmake isn't needed.
- Also remove the libtool dependency.
Diffstat (limited to 'textproc/mxml')
-rw-r--r-- | textproc/mxml/Makefile | 3 | ||||
-rw-r--r-- | textproc/mxml/files/patch-libtool22 | 4 |
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 |