diff options
author | jmz <jmz@FreeBSD.org> | 1995-04-21 08:21:41 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1995-04-21 08:21:41 +0800 |
commit | 548b53cbee1db49f8d9ec1d3c156f1823258c90f (patch) | |
tree | 417205e461f613b04694d298a6a09e01f3b87b09 /print/dvi2xx/Makefile | |
parent | 8df6dcd4d000b307270bd6da6aad9b712a6dd943 (diff) | |
download | freebsd-ports-gnome-548b53cbee1db49f8d9ec1d3c156f1823258c90f.tar.gz freebsd-ports-gnome-548b53cbee1db49f8d9ec1d3c156f1823258c90f.tar.zst freebsd-ports-gnome-548b53cbee1db49f8d9ec1d3c156f1823258c90f.zip |
Change all makefiles in the print directory according to the new rules
for bsd.port.mk
Diffstat (limited to 'print/dvi2xx/Makefile')
-rw-r--r-- | print/dvi2xx/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/print/dvi2xx/Makefile b/print/dvi2xx/Makefile index da1771e55250..1d1260e0251e 100644 --- a/print/dvi2xx/Makefile +++ b/print/dvi2xx/Makefile @@ -3,7 +3,7 @@ # Date created: 14 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.5 1995/04/15 04:33:39 asami Exp $ +# $Id: Makefile,v 1.6 1995/04/18 14:02:57 jmz Exp $ # DISTNAME= dvi2xx @@ -11,8 +11,10 @@ PKGNAME= dvi2xx-0.51a9 DISTFILES= dvi2xx.tar.gz CATEGORIES+= printing -#other equivalent sites: ftp.shsu.edu dtp.dante.de -CTAN= ftp.tex.ac.uk +MAINTAINER= jmz@FreeBSD.ORG + +#other equivalent sites: ftp.shsu.edu ftp.dante.de +CTAN?= ftp.tex.ac.uk FTPGET= ${FILESDIR}/ftpget |