diff options
author | Frederic Culot <culot@FreeBSD.org> | 2011-08-25 08:48:58 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2011-08-25 08:48:58 +0000 |
commit | 3ba83219eefeada6fb79346fa78e54ef62101bb0 (patch) | |
tree | 644aac7af58beb26f6518272c7a7037a9873c9de /textproc | |
parent | 23fba058e80c288ee687670403cc3f271f4615d9 (diff) | |
download | ports-3ba83219eefeada6fb79346fa78e54ef62101bb0.tar.gz ports-3ba83219eefeada6fb79346fa78e54ef62101bb0.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/filepp/Makefile | 5 | ||||
-rw-r--r-- | textproc/filepp/pkg-descr | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/textproc/filepp/Makefile b/textproc/filepp/Makefile index cb198f5709bd..16d2b3252055 100644 --- a/textproc/filepp/Makefile +++ b/textproc/filepp/Makefile @@ -9,14 +9,11 @@ PORTNAME= filepp PORTVERSION= 1.8.0 CATEGORIES= textproc -MASTER_SITES= http://www.cabaret.demon.co.uk/filepp/ +MASTER_SITES= http://www-users.york.ac.uk/~dm26/filepp/ MAINTAINER= ports@FreeBSD.org COMMENT= A generic file preprocessor -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - USE_PERL5= yes GNU_CONFIGURE= yes NO_BUILD= yes diff --git a/textproc/filepp/pkg-descr b/textproc/filepp/pkg-descr index a6c77555ee4d..7d4e5f140b9d 100644 --- a/textproc/filepp/pkg-descr +++ b/textproc/filepp/pkg-descr @@ -2,3 +2,5 @@ filepp is a generic file preprocessor designed to allow the functionality provided by the C preprocessor cpp(1) to be used with any file type. filepp is designed to be easily customised and extended. + +WWW: http://www-users.york.ac.uk/~dm26/filepp/ |