diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2012-03-14 00:40:37 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2012-03-14 00:40:37 +0000 |
commit | 175bd2ba11d8df95b5651c4243898c55655b049d (patch) | |
tree | 148bb02cf2a542941f05c52d1cf451dbc4447f3e /textproc/fex | |
parent | 96b450c8d26183b4ea7f47acc8cdf05b720dbf21 (diff) | |
download | ports-175bd2ba11d8df95b5651c4243898c55655b049d.tar.gz ports-175bd2ba11d8df95b5651c4243898c55655b049d.zip |
Notes
Diffstat (limited to 'textproc/fex')
-rw-r--r-- | textproc/fex/Makefile | 7 | ||||
-rw-r--r-- | textproc/fex/distinfo | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/textproc/fex/Makefile b/textproc/fex/Makefile index 0869053122f9..18843f51b352 100644 --- a/textproc/fex/Makefile +++ b/textproc/fex/Makefile @@ -6,9 +6,9 @@ # PORTNAME= fex -PORTVERSION= 1.20111017.1 +PORTVERSION= 2.0.0 CATEGORIES= textproc -MASTER_SITES= http://semicomplete.com/files/${PORTNAME}/ \ +MASTER_SITES= http://semicomplete.googlecode.com/files/ \ http://people.rit.edu/rpsfa/distfiles/ MAINTAINER= zi@FreeBSD.org @@ -16,7 +16,10 @@ COMMENT= A powerful field extraction tool LICENSE= AL2 +MAKE_ENV+= INSTALLMAN=${PREFIX}/man + PLIST_FILES= bin/fex +MAN1= fex.1 post-patch: @${REINPLACE_CMD} -e 's|CC=gcc|CC=${CC}|g' ${WRKSRC}/Makefile diff --git a/textproc/fex/distinfo b/textproc/fex/distinfo index 0c02c2c4bc72..70a03096c973 100644 --- a/textproc/fex/distinfo +++ b/textproc/fex/distinfo @@ -1,2 +1,2 @@ -SHA256 (fex-1.20111017.1.tar.gz) = 57ba2ac5dc97d25c1e7a2c80201085112fb1ee664e327948c4ba44a146b35ae0 -SIZE (fex-1.20111017.1.tar.gz) = 137755 +SHA256 (fex-2.0.0.tar.gz) = 03043c8eac74f43173068a2e693b6f73d5b45f453a063e6da11f34455d0e374e +SIZE (fex-2.0.0.tar.gz) = 137198 |