diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-07-22 00:04:55 +0800 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-07-22 00:04:55 +0800 |
commit | 0f59a7ca97121f49b920e9b2732c24ad9867ae3c (patch) | |
tree | 72e6c6cc632d7177fe1e4b41fe259ed736670d20 /news/newsfish/Makefile | |
parent | 9585e591b719c94da044fbd975b98818c3f0879a (diff) | |
download | freebsd-ports-gnome-0f59a7ca97121f49b920e9b2732c24ad9867ae3c.tar.gz freebsd-ports-gnome-0f59a7ca97121f49b920e9b2732c24ad9867ae3c.tar.zst freebsd-ports-gnome-0f59a7ca97121f49b920e9b2732c24ad9867ae3c.zip |
Update to 1.2.5.
No changes to the program, merely the use of gmake and autoconf/automake.
Diffstat (limited to 'news/newsfish/Makefile')
-rw-r--r-- | news/newsfish/Makefile | 5 |
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> |