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 /mail/xbuffy | |
parent | uncomment DEPENDS line (diff) |
Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'mail/xbuffy')
-rw-r--r-- | mail/xbuffy/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/xbuffy/Makefile b/mail/xbuffy/Makefile index c49ce7a4a948..01cc5c0903d2 100644 --- a/mail/xbuffy/Makefile +++ b/mail/xbuffy/Makefile @@ -3,14 +3,14 @@ # Date created: 18 June 1995 # Whom: dchapes@zeus.leitch.com # -# $Id: Makefile,v $ +# $Id: Makefile,v 1.1.1.1 1995/06/22 06:32:39 asami Exp $ # DISTNAME= xbuffy3.2.1 PKGNAME= xbuffy-3.2.1 -CATEGORIES+= x11 -MASTER_SITES= ftp://sunsite.doc.ic.ac.uk/computing/graphics/systems/X11/contrib/utilities/ -MASTER_SITES+= ftp://ftp.cyf-kr.edu.pl/etc/lfs/x-contrib/utilities/ +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= utilities MAINTAINER= dchapes@zeus.leitch.com |