diff options
author | fenner <fenner@FreeBSD.org> | 2005-10-10 09:14:54 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2005-10-10 09:14:54 +0800 |
commit | c53883c0db43211f9c49cef412e93eabd766263a (patch) | |
tree | fa2117749b7ba1171b5fbde7a8be3d19c1e757a4 /japanese/lyx/Makefile | |
parent | c3798d345dfbf7c02b8d46b4478ca8b9df18063b (diff) | |
download | freebsd-ports-gnome-c53883c0db43211f9c49cef412e93eabd766263a.tar.gz freebsd-ports-gnome-c53883c0db43211f9c49cef412e93eabd766263a.tar.zst freebsd-ports-gnome-c53883c0db43211f9c49cef412e93eabd766263a.zip |
Use groups to not try to fetch the wrong file from the wrong site.
Diffstat (limited to 'japanese/lyx/Makefile')
-rw-r--r-- | japanese/lyx/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/lyx/Makefile b/japanese/lyx/Makefile index 65661739c91b..50e0716812e6 100644 --- a/japanese/lyx/Makefile +++ b/japanese/lyx/Makefile @@ -10,10 +10,10 @@ PORTVERSION= 1.0.3 CATEGORIES= japanese print MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \ ftp://ftp.sdsc.edu/pub/other/lyx/stable/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= flathill + ${MASTER_SITE_LOCAL:S/$/:local/} +MASTER_SITE_SUBDIR= flathill/:local DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - ${PORTNAME}-jp-kit0.10b4for${PORTVERSION}.tar.gz + ${PORTNAME}-jp-kit0.10b4for${PORTVERSION}.tar.gz:local MAINTAINER= ports@FreeBSD.org COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG) |