diff options
author | mnag <mnag@FreeBSD.org> | 2005-09-21 21:40:45 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-09-21 21:40:45 +0800 |
commit | 08027bac7023ff3d76833151674ea327a64be83b (patch) | |
tree | 3a165093a39bfbe44ed1177d9558fecf9228dc2d /databases/clip/Makefile | |
parent | 6f665d66db6b07d302aabce52c0e7c65f16eeaba (diff) | |
download | freebsd-ports-gnome-08027bac7023ff3d76833151674ea327a64be83b.tar.gz freebsd-ports-gnome-08027bac7023ff3d76833151674ea327a64be83b.tar.zst freebsd-ports-gnome-08027bac7023ff3d76833151674ea327a64be83b.zip |
Unbroken 4.x
Fix MASTER_SITES
PR: ports/86377
Submitted by: Pawel Pekala <c0rn@gazeta.pl>
Approved by: pav (mentor)
Diffstat (limited to 'databases/clip/Makefile')
-rw-r--r-- | databases/clip/Makefile | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/databases/clip/Makefile b/databases/clip/Makefile index feda87a5508a..5a812a12e0bc 100644 --- a/databases/clip/Makefile +++ b/databases/clip/Makefile @@ -9,12 +9,12 @@ PORTNAME= clip PORTVERSION= 1.1.14.1 PORTREVISION= 2 CATEGORIES= databases lang -MASTER_SITES= ftp://ftp.linux.ru.net/mirrors/clip/ \ - ftp://ftp.itk.ru/pub/clip/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR=lawrance -DISTFILES= ${PORTNAME}-prg-${PORTVERSION:R}-${PORTVERSION:E}.tgz \ - patch.tgz +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 \ + patch.tgz:patch DIST_SUBDIR= clip EXTRACT_ONLY= ${PORTNAME}-prg-${PORTVERSION:R}-${PORTVERSION:E}.tgz @@ -49,10 +49,6 @@ OPTIONS= IODBC "iODBC support" on \ BROKEN= "Does not compile on !i386" .endif -.if ${OSVERSION} < 500000 -BROKEN= "Does not compile" -.endif - # OPT_CLIPLIBS contains the optional subdirectories built by # the patched ${WRKSRC}/cliplibs/Makefile # Not currently built: clip-oracle |