1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Fix !exists test to succeed

Pointed out by:	linimon (via private e-mail)
This commit is contained in:
TAKATSU Tomonari 2011-07-22 21:07:08 +00:00
parent 3579b0dee2
commit 76652deff0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278171

View File

@ -29,7 +29,7 @@ RESTRICTED= See http://astah.net/faq/community/enduser-license-agreement
WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX:S!-!_!}
REINPLACE_ARGS= -i ""
.if !exists(${DISTDIR}/${DISTFILES})
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
DOWNLOAD_URL= http://members.change-vision.com/files/${PORTNAME}${PKGNAMESUFFIX:S!-!_!}/${PORTVERSION:S!.!_!}/${DISTFILES}
IGNORE= needs you to fetch manually the distribution file\
from ${DOWNLOAD_URL}, \