[Midnightbsd-cvs] CVS Commit: Makefile: Fix path to file on GNU master site.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Aug 16 21:34:08 EDT 2007


Log Message:
-----------
Fix path to file on GNU master site.

Modified Files:
--------------
    mports/textproc/aspell:
        Makefile (r1.4 -> r1.5)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/textproc/aspell/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -Ltextproc/aspell/Makefile -Ltextproc/aspell/Makefile -u -r1.4 -r1.5
--- textproc/aspell/Makefile
+++ textproc/aspell/Makefile
@@ -10,8 +10,8 @@
 PORTVERSION=	0.60.4
 PORTREVISION=	5
 CATEGORIES=	textproc
-MASTER_SITES=	${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR=	aspell
+MASTER_SITES+=		${MASTER_SITE_GNU:S|$|:dicten|}
+MASTER_SITE_SUBDIR+=	aspell/dict/en/:dicten
 .if defined(WITHOUT_DICTEN)
 PKGNAMESUFFIX=	-without-dicten
 .endif
@@ -52,7 +52,7 @@
 .else
 VERDICT_EN=		6-en-6.0-0
 DICT_SUFFIX=		.tar.bz2
-MASTER_SITES+=		${MASTER_SITE_GNU:S|%SUBDIR%/|%SUBDIR%/dict/en/:dicten|}
+MASTER_SITES+=		${MASTER_SITE_GNU:S|$|:dicten|}
 DISTFILES+=		aspell${VERDICT_EN}${DICT_SUFFIX}:dicten
 CONFLICTS=		aspell-without-dicten-0.*
 DICT_TARGET=		inst-dicten


More information about the Midnightbsd-cvs mailing list