diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-01-14 18:21:49 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-01-14 18:21:49 +0800 |
commit | 565147cdd7a7d6f63c21734f04314ab414cf0177 (patch) | |
tree | 32cd384d78286ca161bc15022c0e900109b3e0eb /textproc | |
parent | ec663c4af3fa0186222bf3572f3f3cedccdbd989 (diff) | |
download | freebsd-ports-gnome-565147cdd7a7d6f63c21734f04314ab414cf0177.tar.gz freebsd-ports-gnome-565147cdd7a7d6f63c21734f04314ab414cf0177.tar.zst freebsd-ports-gnome-565147cdd7a7d6f63c21734f04314ab414cf0177.zip |
- cleanup MASTER_SITES
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/etoile-lucenekit/Makefile | 3 | ||||
-rw-r--r-- | textproc/etoile-ogrekit/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/textproc/etoile-lucenekit/Makefile b/textproc/etoile-lucenekit/Makefile index 052fa0f12a37..188b5a486ae4 100644 --- a/textproc/etoile-lucenekit/Makefile +++ b/textproc/etoile-lucenekit/Makefile @@ -8,8 +8,7 @@ PORTNAME= lucenekit PORTVERSION= 0.1.${SNAPSHOT} CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - http://people.freebsd.org/~%%SUBDIR%%/distfiles/ +MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= dinoex PKGNAMEPREFIX= etoile- DISTNAME= Etoile-${SNAPSHOT} diff --git a/textproc/etoile-ogrekit/Makefile b/textproc/etoile-ogrekit/Makefile index a8cb2039e205..cdc287348e0d 100644 --- a/textproc/etoile-ogrekit/Makefile +++ b/textproc/etoile-ogrekit/Makefile @@ -8,8 +8,7 @@ PORTNAME= ogrekit PORTVERSION= 0.1.${SNAPSHOT} CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - http://people.freebsd.org/~%%SUBDIR%%/distfiles/ +MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= dinoex PKGNAMEPREFIX= etoile- DISTNAME= Etoile-${SNAPSHOT} |