diff options
author | krion <krion@FreeBSD.org> | 2004-04-03 15:15:05 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-04-03 15:15:05 +0800 |
commit | 251fa8f6498d1e4ae05597e2489e34815e413016 (patch) | |
tree | dfb54e46b9fd7df5108efc4066fefc60d9ec7168 /www/snownews/Makefile | |
parent | fab9f21aa8f89da559269f0aa621590df56ff195 (diff) | |
download | freebsd-ports-gnome-251fa8f6498d1e4ae05597e2489e34815e413016.tar.gz freebsd-ports-gnome-251fa8f6498d1e4ae05597e2489e34815e413016.tar.zst freebsd-ports-gnome-251fa8f6498d1e4ae05597e2489e34815e413016.zip |
- Update to version 1.5.1
PR: ports/65112
Submitted by: maintainer
Diffstat (limited to 'www/snownews/Makefile')
-rw-r--r-- | www/snownews/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/snownews/Makefile b/www/snownews/Makefile index a342c4586f01..1a43bd2f5d82 100644 --- a/www/snownews/Makefile +++ b/www/snownews/Makefile @@ -7,8 +7,7 @@ # PORTNAME= snownews -PORTVERSION= 1.4.4 -PORTREVISION= 1 +PORTVERSION= 1.5.1 CATEGORIES= www MASTER_SITES= http://home.kcore.de/~kiza/software/snownews/download/ @@ -20,8 +19,12 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/xml2-config:${PORTSDIR}/textproc/libxml2 USE_GETTEXT= yes USE_GMAKE= yes USE_ICONV= yes +USE_REINPLACE= yes MAN1= snownews.1 MANLANG= "" de nl fr it +post-patch: + @${REINPLACE_CMD} -e 's|CFLAGS =|CFLAGS +=|g' ${WRKSRC}/Makefile + .include <bsd.port.mk> |