aboutsummaryrefslogtreecommitdiff
path: root/news/newsfish/Makefile
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-07-21 16:04:55 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-07-21 16:04:55 +0000
commit8a6a0cf0e3f14d958561026324bc20039c9acdd9 (patch)
tree4668791247bd34222dbd0a68e78069c75ed061ca /news/newsfish/Makefile
parentd1cf30c684b9b3778206f88f86c5914e4f92489e (diff)
downloadports-8a6a0cf0e3f14d958561026324bc20039c9acdd9.tar.gz
ports-8a6a0cf0e3f14d958561026324bc20039c9acdd9.zip
Update to 1.2.5.
No changes to the program, merely the use of gmake and autoconf/automake.
Notes
Notes: svn path=/head/; revision=45310
Diffstat (limited to 'news/newsfish/Makefile')
-rw-r--r--news/newsfish/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/news/newsfish/Makefile b/news/newsfish/Makefile
index 35b36146114d..99c7cb7f90f4 100644
--- a/news/newsfish/Makefile
+++ b/news/newsfish/Makefile
@@ -6,13 +6,16 @@
#
PORTNAME= newsfish
-PORTVERSION= 1.2.4
+PORTVERSION= 1.2.5
CATEGORIES= news
MASTER_SITES= http://download.sourceforge.net/newsfish/ \
ftp://ftp.philosophysw.com/pub/software/
MAINTAINER= asaddi@philosophysw.com
+USE_AUTOMAKE= yes
+USE_GMAKE= yes
+
MAN1= newsfish.1
.include <bsd.port.mk>