diff options
author | nivit <nivit@FreeBSD.org> | 2007-01-24 20:55:36 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2007-01-24 20:55:36 +0800 |
commit | 3d7a9737516e50a69a2652456db7956691bf6461 (patch) | |
tree | dba4ff94d1aa80744e86682e24db78ab2323b179 /print | |
parent | 957b9226be333f9d3a8eaa8d1093a29ebe95cfd4 (diff) | |
download | freebsd-ports-gnome-3d7a9737516e50a69a2652456db7956691bf6461.tar.gz freebsd-ports-gnome-3d7a9737516e50a69a2652456db7956691bf6461.tar.zst freebsd-ports-gnome-3d7a9737516e50a69a2652456db7956691bf6461.zip |
- Changed master site (the old one has disappeared)
- MAINTAINER has changed his email address
PR: ports/108188
Submitted by: Slaven Rezic <slaven at rezic.de> (maintainer)
Approved by: alexbl (mentor, implicit)
Diffstat (limited to 'print')
-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 |