diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-08-19 11:44:39 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-08-19 11:44:39 +0000 |
commit | 25bb591ef1281e6b2f210c06a45fa04a9e563095 (patch) | |
tree | 05d06099f5f9b8b39d1fa6ff2342126131ad7382 /devel/ucpp/Makefile | |
parent | fced2d032ce39f4002e8ad0c0d5ad37e06c98e6f (diff) | |
download | ports-25bb591ef1281e6b2f210c06a45fa04a9e563095.tar.gz ports-25bb591ef1281e6b2f210c06a45fa04a9e563095.zip |
Notes
Diffstat (limited to 'devel/ucpp/Makefile')
-rw-r--r-- | devel/ucpp/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/devel/ucpp/Makefile b/devel/ucpp/Makefile index 4f48d58ee24e..8b122c25b58c 100644 --- a/devel/ucpp/Makefile +++ b/devel/ucpp/Makefile @@ -7,16 +7,15 @@ # PORTNAME= ucpp -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= devel -MASTER_SITES= http://www.di.ens.fr/~pornin/ucpp/ +MASTER_SITES= http://pornin.nerim.net/ucpp/ -MAINTAINER= ijliao@FreeBSD.org +MAINTAINER= ports@FreeBSD.org -MAN1= ucpp.1 +MAKE_ENV= FLAGS="${CFLAGS}" -post-patch: - @${PERL} -pi -e "s|%%CFLAGS%%|${CFLAGS}|g" ${WRKSRC}/Makefile +MAN1= ucpp.1 do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin |