diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2005-10-10 20:59:40 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2005-10-10 20:59:40 +0000 |
commit | ab7d6a3dfadf9155bfdd8ee809214166fb507804 (patch) | |
tree | 21de4115f8c90dfe496f591e92484221549881a4 /databases | |
parent | ab30075ecb83bc9b4f7a6dbf77b524f8bd6e6342 (diff) | |
download | ports-ab7d6a3dfadf9155bfdd8ee809214166fb507804.tar.gz ports-ab7d6a3dfadf9155bfdd8ee809214166fb507804.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/clip/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/clip/Makefile b/databases/clip/Makefile index 5a812a12e0bc..1f92f7a53e23 100644 --- a/databases/clip/Makefile +++ b/databases/clip/Makefile @@ -11,9 +11,9 @@ PORTREVISION= 2 CATEGORIES= databases lang MASTER_SITES= ftp://ftp.linux.ru.net/mirrors/clip/:files \ ftp://ftp.itk.ru/pub/clip/:files \ - ${MASTER_SITE_LOCAL}:files,patch -MASTER_SITE_SUBDIR=lawrance:files,patch -DISTFILES= ${PORTNAME}-prg-${PORTVERSION:R}-${PORTVERSION:E}.tgz:files,patch \ + ${MASTER_SITE_LOCAL:S/$/:patch/} +MASTER_SITE_SUBDIR=lawrance/:patch +DISTFILES= ${PORTNAME}-prg-${PORTVERSION:R}-${PORTVERSION:E}.tgz:files \ patch.tgz:patch DIST_SUBDIR= clip EXTRACT_ONLY= ${PORTNAME}-prg-${PORTVERSION:R}-${PORTVERSION:E}.tgz |