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 /graphics/xfig-devel | |
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 'graphics/xfig-devel')
-rw-r--r-- | graphics/xfig-devel/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/xfig-devel/Makefile b/graphics/xfig-devel/Makefile index 2f39969..3d41cee 100644 --- a/graphics/xfig-devel/Makefile +++ b/graphics/xfig-devel/Makefile @@ -3,14 +3,14 @@ # Date created: 4 January 1995 # Whom: roberto # -# $Id: Makefile,v 1.11 1995/09/26 09:45:20 asami Exp $ +# $Id: Makefile,v 1.12 1995/10/03 21:58:31 ache Exp $ # DISTNAME= xfig.3.1.4 PKGNAME= xfig-3.1.4 -CATEGORIES+= graphics x11 -MASTER_SITES= ftp://ftp.x.org/contrib/applications/drawing_tools/xfig/ \ - ftp://crl.dec.com/pub/X11/contrib/applications/drawing_tools/xfig/ +CATEGORIES= graphics x11 +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= applications/drawing_tools/xfig MAINTAINER= asami@FreeBSD.ORG |