diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 09:56:45 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 09:56:45 +0000 |
commit | 9a41e3c68be04b90aaea0afda81f878994c5dbbf (patch) | |
tree | 551b445f2d5e0eb1dc689bef244ca5953617a79c /x11/xcb | |
parent | 2bc595e77a698bd4719de3a86196f8a38313def8 (diff) | |
download | FreeBSD-ports-9a41e3c68be04b90aaea0afda81f878994c5dbbf.zip FreeBSD-ports-9a41e3c68be04b90aaea0afda81f878994c5dbbf.tar.gz |
Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'x11/xcb')
-rw-r--r-- | x11/xcb/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/xcb/Makefile b/x11/xcb/Makefile index ebd2e31..6b837cd 100644 --- a/x11/xcb/Makefile +++ b/x11/xcb/Makefile @@ -3,12 +3,13 @@ # Date created: 1 August 1995 # Whom: jkh # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1995/08/02 06:27:24 jkh Exp $ # DISTNAME= xcb-2.3 -CATEGORIES+= x11 -MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/utilities/ +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= utilities MAINTAINER= jkh@FreeBSD.ORG USE_IMAKE= yes |