diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-12-11 23:55:05 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-12-11 23:55:05 +0000 |
commit | f23aa52387b311809b23b690e4c9f820e8fb2dcc (patch) | |
tree | a8a5a8c0d69dacabb8688f8a3dcd071cf1a982a0 /net/tinyfugue/Makefile | |
parent | Fix typo in MASTER_SITES. (diff) |
Backout previous commit by flathill.
All it did was to remove the PLIST_SUB functionality that makes upgrading this
port easier, and added a MASTER_SITE that had the same IP address as the other
one.
Notes
Notes:
svn path=/head/; revision=15292
Diffstat (limited to 'net/tinyfugue/Makefile')
-rw-r--r-- | net/tinyfugue/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/tinyfugue/Makefile b/net/tinyfugue/Makefile index a3e3752c0edc..a0a04524fd49 100644 --- a/net/tinyfugue/Makefile +++ b/net/tinyfugue/Makefile @@ -3,17 +3,18 @@ # Date created: 4 January 1997 # Whom: mike@binghamton.edu # -# $Id: Makefile,v 1.11 1998/08/21 03:06:54 jseger Exp $ +# $Id: Makefile,v 1.12 1998/12/09 05:03:11 jseger Exp $ # DISTNAME= tf-40g2 PKGNAME= tf-4.0g2 CATEGORIES= net games -MASTER_SITES= ftp://tf.tcp.com/pub/tinyfugue/ \ - ftp://laurel.actlab.utexas.edu/pub/tinyfugue/ +MASTER_SITES= ftp://tf.tcp.com/pub/tinyfugue/ MAINTAINER= jseger@FreeBSD.org +PLIST_SUB= DISTNAME=${DISTNAME} + MAKEFILE= ${WRKSRC}/unix/Makefile MAKE_ENV= TFVER=${DISTNAME:S/^tf-//} |