diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 17:56:45 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 17:56:45 +0800 |
commit | 9a41e3c68be04b90aaea0afda81f878994c5dbbf (patch) | |
tree | 551b445f2d5e0eb1dc689bef244ca5953617a79c /graphics/xmfract | |
parent | 2bc595e77a698bd4719de3a86196f8a38313def8 (diff) | |
download | freebsd-ports-graphics-9a41e3c68be04b90aaea0afda81f878994c5dbbf.tar.gz freebsd-ports-graphics-9a41e3c68be04b90aaea0afda81f878994c5dbbf.tar.zst freebsd-ports-graphics-9a41e3c68be04b90aaea0afda81f878994c5dbbf.zip |
Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'graphics/xmfract')
-rw-r--r-- | graphics/xmfract/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/xmfract/Makefile b/graphics/xmfract/Makefile index 6ef7203afd8..d4f2c5edce0 100644 --- a/graphics/xmfract/Makefile +++ b/graphics/xmfract/Makefile @@ -3,13 +3,14 @@ # Date created: Thu Aug 1 09:10:22 CDT 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.2 1996/08/01 20:38:11 erich Exp $ +# $Id: Makefile,v 1.3 1996/08/03 09:00:15 asami Exp $ # DISTNAME= xmfract_1.4 PKGNAME= xmfract-1.4 -CATEGORIES+= graphics -MASTER_SITES= ftp://ftp.x.org/contrib/graphics/ +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= graphics MAINTAINER= erich@FreeBSD.org |