diff options
author | fjoe <fjoe@FreeBSD.org> | 2005-11-24 00:12:03 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2005-11-24 00:12:03 +0800 |
commit | 2662fa3e0e3129e64ef6958e9a87b758d108dbc8 (patch) | |
tree | ee38a61bd5465b4ce1bbf7816058cefa7eb2ba35 /net/tinyfugue/Makefile | |
parent | 2a269093df01493bb686abca02b1c93485795476 (diff) | |
download | freebsd-ports-gnome-2662fa3e0e3129e64ef6958e9a87b758d108dbc8.tar.gz freebsd-ports-gnome-2662fa3e0e3129e64ef6958e9a87b758d108dbc8.tar.zst freebsd-ports-gnome-2662fa3e0e3129e64ef6958e9a87b758d108dbc8.zip |
Update to 5.0b7.
Diffstat (limited to 'net/tinyfugue/Makefile')
-rw-r--r-- | net/tinyfugue/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/tinyfugue/Makefile b/net/tinyfugue/Makefile index ca05739d3719..9752df0bbdb1 100644 --- a/net/tinyfugue/Makefile +++ b/net/tinyfugue/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tf -PORTVERSION= 5.0b6 +PORTVERSION= 5.0b7 CATEGORIES= net games MASTER_SITES= http://ftp.tcp.com/pub/mud/Clients/tinyfugue/ \ ftp://tf.tcp.com/pub/tinyfugue/ @@ -17,10 +17,10 @@ MAINTAINER= fjoe@FreeBSD.org COMMENT= A popular programmable MUD client, with macro support and more GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-manpage --enable-version +CONFIGURE_ARGS= --enable-manpage --enable-version --enable-symlink --datadir=${PREFIX}/lib PLIST_SUB= DISTNAME=${DISTNAME} -MAN1= tf.1 +#MAN1= tf.1 .include <bsd.port.mk> |