diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-04-21 00:21:41 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-04-21 00:21:41 +0000 |
commit | 74bab574a20b52bbf507898b1032055573a6cb57 (patch) | |
tree | 52aa2158647c9981ad47b67d6d28efb8d03d061c /print/dvi2xx | |
parent | 86c528d68180bf9331759aab5cfa3a3cb4f92441 (diff) |
Change all makefiles in the print directory according to the new rules
for bsd.port.mk
Notes
Notes:
svn path=/head/; revision=1474
Diffstat (limited to 'print/dvi2xx')
-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 |