diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2007-01-24 12:55:36 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2007-01-24 12:55:36 +0000 |
commit | ced69d42216b5976367ff87117a6a76a179b042d (patch) | |
tree | d0b1fcbcf16608c1ecc78d3abe6fad26b43ec4d5 /print/dvips2ascii | |
parent | 6b689c62bdc559f858023cdef7df91a35c342a6c (diff) |
Notes
Diffstat (limited to 'print/dvips2ascii')
-rw-r--r-- | print/dvips2ascii/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/dvips2ascii/Makefile b/print/dvips2ascii/Makefile index 0c56156657d9..5924a20b358a 100644 --- a/print/dvips2ascii/Makefile +++ b/print/dvips2ascii/Makefile @@ -8,9 +8,10 @@ PORTNAME= dvips2ascii PORTVERSION= 1.3 CATEGORIES= print -MASTER_SITES= http://www.de.freebsd.org/~eserte/distfiles/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= srezic -MAINTAINER= eserte@cs.tu-berlin.de +MAINTAINER= slaven@rezic.de COMMENT= PostScript (created by dvips) to ascii converter PLIST_FILES= bin/dvips2ascii |