diff options
-rw-r--r-- | print/mgv/Makefile | 6 | ||||
-rw-r--r-- | print/mgv/pkg-descr | 1 |
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> |