diff options
author | thierry <thierry@FreeBSD.org> | 2007-01-30 20:18:07 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2007-01-30 20:18:07 +0000 |
commit | 75ba1216eeaf61163505efc73032e3800d0f1c0f (patch) | |
tree | 8ff21c0981738f23d7414f37417f8d63e9ab2f9d /sysutils/uniutils/Makefile | |
parent | 2b455a70ba1fc813769b64872e736d337c4a0d93 (diff) | |
download | FreeBSD-ports-75ba1216eeaf61163505efc73032e3800d0f1c0f.zip FreeBSD-ports-75ba1216eeaf61163505efc73032e3800d0f1c0f.tar.gz |
Upgrade to 2.24.
Changelog at <http://billposer.org/Software/unidesc.html#changelog>.
Remark: this port has been renamed to uniutils.
Diffstat (limited to 'sysutils/uniutils/Makefile')
-rw-r--r-- | sysutils/uniutils/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/uniutils/Makefile b/sysutils/uniutils/Makefile index 22ac7a2..c93f4c7 100644 --- a/sysutils/uniutils/Makefile +++ b/sysutils/uniutils/Makefile @@ -5,11 +5,10 @@ # $FreeBSD$ # -PORTNAME= unidesc -PORTVERSION= 2.23 +PORTNAME= uniutils +PORTVERSION= 2.24 CATEGORIES= sysutils textproc MASTER_SITES= http://billposer.org/Software/Downloads/ -EXTRACT_SUFX= .tgz MAINTAINER= thierry@FreeBSD.org COMMENT= Unicode Description Utilities @@ -28,7 +27,7 @@ TESTFILES= Test1.ann Test1.u Test2.ann Test2.u Test3.ann Test3.u \ Test4.ann Test4.u PORTDOCS= AUTHORS NEWS README -MAN1= unidesc.1 uniname.1 ExplicateUTF8.1 unihist.1 +MAN1= ExplicateUTF8.1 unidesc.1 unihist.1 uniname.1 unirev.1 pre-configure: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile.in |