aboutsummaryrefslogtreecommitdiff
path: root/www/snownews/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-04-03 07:15:05 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-04-03 07:15:05 +0000
commitd424e88f95513bba35c55f8a4f34b1b4884de9b4 (patch)
treecb3037cc53f3be6b7d92ec66ca139d5927375303 /www/snownews/Makefile
parent7b81e0388b80dbce01fd0db4598c5c9e0a36afd2 (diff)
downloadports-d424e88f95513bba35c55f8a4f34b1b4884de9b4.tar.gz
ports-d424e88f95513bba35c55f8a4f34b1b4884de9b4.zip
- Update to version 1.5.1
PR: ports/65112 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=106012
Diffstat (limited to 'www/snownews/Makefile')
-rw-r--r--www/snownews/Makefile7
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>