mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Fix !exists test to succeed
Pointed out by: linimon (via private e-mail)
This commit is contained in:
parent
3579b0dee2
commit
76652deff0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278171
@ -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}, \
|
||||
|
Loading…
Reference in New Issue
Block a user