aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-05-26 18:21:24 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-05-26 18:21:24 +0000
commit602af6d8bc8ec1deafc4e0df0f46411910c963bd (patch)
treee13121780c76190be43864a95e4da744e3c09e65 /print
parent79170ca03535dee4beaaf11a106a0a8099b2902e (diff)
downloadports-602af6d8bc8ec1deafc4e0df0f46411910c963bd.tar.gz
ports-602af6d8bc8ec1deafc4e0df0f46411910c963bd.zip
- Update MASTER_SITES
- Remove WWW PR: ports/97828 (based on) Submitted by: Martin Wilke <freebsd@unixfreunde.de>
Notes
Notes: svn path=/head/; revision=163520
Diffstat (limited to 'print')
-rw-r--r--print/mgv/Makefile6
-rw-r--r--print/mgv/pkg-descr1
2 files changed, 4 insertions, 3 deletions
diff --git a/print/mgv/Makefile b/print/mgv/Makefile
index 3032f6a71e51..71e16e975270 100644
--- a/print/mgv/Makefile
+++ b/print/mgv/Makefile
@@ -8,7 +8,9 @@
PORTNAME= mgv
PORTVERSION= 3.1.5
CATEGORIES= print
-MASTER_SITES= http://www.trends.net/~mu/
+MASTER_SITES= http://www.netsw.org/graphic/postscript/interpreter/mgv/ \
+ http://mirror2.unixfreunde.de/ \
+ http://freebsd.unixfreunde.de/sources/
MAINTAINER= ports@FreeBSD.org
COMMENT= A PostScript and PDF previewer
@@ -20,7 +22,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= X11BASE=${X11BASE}
CONFIGURE_ARGS= --enable-optimize \
--disable-debug
-PLIST_SUB= MGV_VERSION=3.1.5
+PLIST_SUB= MGV_VERSION=${PORTVERSION}
MAN1= mgv.1
diff --git a/print/mgv/pkg-descr b/print/mgv/pkg-descr
index 0ed24535cb41..807c31c17084 100644
--- a/print/mgv/pkg-descr
+++ b/print/mgv/pkg-descr
@@ -2,5 +2,4 @@ Mgv is a Motif-based PostScript and PDF previewer based on Tim
Theisen's ghostview-1.5. Mgv uses the Motif widget set, but the
author claims full Lesstif-compliance.
-WWW: http://www.trends.net/~mu/
Author: Eric A. Howe <mu@trends.net>