diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-06-29 07:03:02 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-06-29 07:03:02 +0000 |
commit | 1228d352eecd5d09314870cfcc461adb754dfca0 (patch) | |
tree | ea5c179cc339efd87a4197efd97f322189f59907 /japanese/micq | |
parent | Revert my last changes. Someone else already have added DESCR. (diff) |
Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
Diffstat (limited to 'japanese/micq')
-rw-r--r-- | japanese/micq/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/japanese/micq/Makefile b/japanese/micq/Makefile index b6e9bae14e83..08e87eb82ec0 100644 --- a/japanese/micq/Makefile +++ b/japanese/micq/Makefile @@ -9,10 +9,12 @@ PORTNAME= micq PORTVERSION= 0.4.3 CATEGORIES= japanese net MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.4.3/ \ - http://people.FreeBSD.org/~flathill/distfiles/ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= flathill EXTRACT_SUFX= .tgz -PATCH_SITES= http://people.FreeBSD.org/~flathill/distfiles/ +PATCH_SITES= ${MASTER_SITE_LOCAL} +PATCH_SITE_SUBDIR= flathill PATCHFILES= ${DISTNAME}-jp.patch PATCH_DIST_STRIP= -p1 |