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 /print/xdvi | |
parent | 2bc595e77a698bd4719de3a86196f8a38313def8 (diff) | |
download | freebsd-ports-gnome-9a41e3c68be04b90aaea0afda81f878994c5dbbf.tar.gz freebsd-ports-gnome-9a41e3c68be04b90aaea0afda81f878994c5dbbf.tar.zst freebsd-ports-gnome-9a41e3c68be04b90aaea0afda81f878994c5dbbf.zip |
Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'print/xdvi')
-rw-r--r-- | print/xdvi/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |