diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 09:56:45 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 09:56:45 +0000 |
commit | 83e5fd3ee15682c4e0aefab035eb1821a2276325 (patch) | |
tree | 058380093a9fc14721eb5efc0ba15397d31739ff /graphics/tgif | |
parent | uncomment DEPENDS line (diff) |
Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes:
svn path=/head/; revision=4570
Diffstat (limited to 'graphics/tgif')
-rw-r--r-- | graphics/tgif/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/tgif/Makefile b/graphics/tgif/Makefile index bed9d82f31c0..a4c603c7b091 100644 --- a/graphics/tgif/Makefile +++ b/graphics/tgif/Makefile @@ -3,15 +3,14 @@ # Date created: 10 Oct 1996 # Whom: bmc@WillsCreek.COM # -# $Id$ +# $Id: Makefile,v 1.2 1996/10/19 02:20:05 chuckr Exp $ # DISTNAME= tgif-3.0-p9 PKGNAME= tgif-3.0.9 -CATEGORIES+= graphics x11 -MASTER_SITES= ftp://ftp.x.org/contrib/applications/tgif/ \ - ftp://ftp.cs.ucla.edu/pub/tgif/ \ - ftp://bourbon.cs.columbia.edu/pub/tgif/ +CATEGORIES= graphics x11 +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= applications/tgif MAINTAINER= bmc@WillsCreek.COM |