diff options
author | tijl <tijl@FreeBSD.org> | 2014-10-06 04:56:34 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-10-06 04:56:34 +0800 |
commit | f04e3d38dc748cbfe5e331a10b13a2eae733d93b (patch) | |
tree | 2f70da3b7bd0bbaf5596f8bd598288baff9c4efc /textproc | |
parent | ad124948dd86ac46b442bceac8743e62b5b7eb22 (diff) | |
download | freebsd-ports-gnome-f04e3d38dc748cbfe5e331a10b13a2eae733d93b.tar.gz freebsd-ports-gnome-f04e3d38dc748cbfe5e331a10b13a2eae733d93b.tar.zst freebsd-ports-gnome-f04e3d38dc748cbfe5e331a10b13a2eae733d93b.zip |
devel/libuninum:
- Add USES=libtool and bump dependent ports
- Replace MAKE_ENV with CPPFLAGS
- Add INSTALL_TARGET=install-strip
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/msort/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/msort/Makefile b/textproc/msort/Makefile index c95c8ab6f9ce..b825fb116f96 100644 --- a/textproc/msort/Makefile +++ b/textproc/msort/Makefile @@ -3,7 +3,7 @@ PORTNAME= msort PORTVERSION= 8.53 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://billposer.org/Software/Downloads/ |