diff options
author | erwin <erwin@FreeBSD.org> | 2003-06-08 17:36:40 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-06-08 17:36:40 +0000 |
commit | 1df726668eadec0cf418c8d3e265af1f269c9697 (patch) | |
tree | 227fda29b84e64a8296ba7e120d27ac3cab62c5e /print | |
parent | 3a854a1090fbe9727df0e4287affe086fe74c45a (diff) | |
download | FreeBSD-ports-1df726668eadec0cf418c8d3e265af1f269c9697.zip FreeBSD-ports-1df726668eadec0cf418c8d3e265af1f269c9697.tar.gz |
Fix URL in the Makefile
PR: 53055
Submitted by: Serge Gagnon <gagnon__s@videotron.ca>
Approved by: edwin (mentor)
Diffstat (limited to 'print')
-rw-r--r-- | print/xdvik/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/xdvik/Makefile b/print/xdvik/Makefile index ceda96b..20e2b4a 100644 --- a/print/xdvik/Makefile +++ b/print/xdvik/Makefile @@ -8,9 +8,7 @@ PORTNAME= xdvik PORTVERSION= 20a CATEGORIES= print -MASTER_SITES= ftp://ftp.ipc.chiba-u.ac.jp/pub/pub.yamaga/xdvik-20/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= asami/LOCAL_PORTS +MASTER_SITES= http://www.tug.org/ftp/historic/systems/dviware/xdvik/ MAINTAINER= ports@FreeBSD.Org COMMENT= DVI Previewer(kpathsearch) for X |