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 /print | |
parent | uncomment DEPENDS line (diff) |
Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes:
svn path=/head/; revision=4570
Diffstat (limited to 'print')
-rw-r--r-- | print/transfig/Makefile | 6 | ||||
-rw-r--r-- | print/xdvi/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/print/transfig/Makefile b/print/transfig/Makefile index faf6fea2dbaf..b6161794039a 100644 --- a/print/transfig/Makefile +++ b/print/transfig/Makefile @@ -3,14 +3,14 @@ # Date created: 9 August 1996 # Whom: chuckr@freebsd.org # -# $Id: Makefile,v 1.10 1996/08/11 02:42:59 chuckr Exp $ +# $Id: Makefile,v 1.11 1996/11/17 08:45:17 obrien Exp $ # DISTNAME= transfig.3.1.2 PKGNAME= transfig-3.1.2 CATEGORIES= print -MASTER_SITES= ftp://ftp.x.org/contrib/applications/drawing_tools/transfig/ \ - ftp://crl.dec.com/pub/X11/contrib/applications/drawing_tools/transfig/ +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= applications/drawing_tools/transfig MAINTAINER= chuckr@freebsd.org diff --git a/print/xdvi/Makefile b/print/xdvi/Makefile index 4defa7a58e33..2df6e53206d5 100644 --- a/print/xdvi/Makefile +++ b/print/xdvi/Makefile @@ -3,14 +3,14 @@ # Date created: 1 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.19 1996/09/16 00:56:30 asami Exp $ +# $Id: Makefile,v 1.20 1996/11/17 08:45:20 obrien Exp $ # DISTNAME= xdvi-20 PKGNAME= xdvi-pl20 CATEGORIES= print -MASTER_SITES= ftp://ftp.x.org/contrib/applications/ \ - ftp://crl.dec.com/pub/X11/contrib/applications/ +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= applications EXTRACT_SUFX= .tar.Z MAINTAINER= jmz@FreeBSD.org |