diff options
author | jseger <jseger@FreeBSD.org> | 1998-08-21 03:06:54 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-08-21 03:06:54 +0000 |
commit | 243282cac1f1c596d0fbff353047bda260cf6462 (patch) | |
tree | 42e69bd57fd7178bccdd2f857305f2988ddf0107 /net/tinyfugue/Makefile | |
parent | b7882e71f654ca0ba50d7e097f744a6d9483571f (diff) | |
download | FreeBSD-ports-243282cac1f1c596d0fbff353047bda260cf6462.zip FreeBSD-ports-243282cac1f1c596d0fbff353047bda260cf6462.tar.gz |
Upgrade to tf-40b2
Diffstat (limited to 'net/tinyfugue/Makefile')
-rw-r--r-- | net/tinyfugue/Makefile | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/net/tinyfugue/Makefile b/net/tinyfugue/Makefile index 3502902..8a1e635 100644 --- a/net/tinyfugue/Makefile +++ b/net/tinyfugue/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: tinyfugue -# Version required: 4.0a11 +# Version required: 4.0b2 # Date created: 4 January 1997 # Whom: mike@binghamton.edu # -# $Id: Makefile,v 1.9 1998/04/26 13:15:03 jseger Exp $ +# $Id: Makefile,v 1.10 1998/07/26 03:15:45 jseger Exp $ # -DISTNAME= tf-40a11 -PKGNAME= tf-4.0a11 +DISTNAME= tf-40b2 +PKGNAME= tf-4.0b2 CATEGORIES= net games MASTER_SITES= ftp://tf.tcp.com/pub/tinyfugue/ \ ftp://laurel.actlab.utexas.edu/pub/tinyfugue/ @@ -16,12 +16,7 @@ MAINTAINER= jseger@FreeBSD.org MAKEFILE= ${WRKSRC}/unix/Makefile MAKE_ENV= TFVER=${DISTNAME:S/^tf-//} -#ALL_TARGET= ${MAKE_ARGS} all -#INSTALL_TARGET= ${MAKE_ARGS} install -post-install: - ${LN} -s ${PREFIX}/bin/${DISTNAME} ${PREFIX}/bin/tf - -#MAKE_ARGS= TFVER=${DISTNAME:S/^tf-//} +MAN1= tf.1 .include <bsd.port.mk> |