diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-07-22 21:07:08 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-07-22 21:07:08 +0000 |
commit | 76652deff0b5abc083d8593317c5e167368b988f (patch) | |
tree | 11b3e9f967043bddde962e4b059b27e2a44aab2f /devel/astah-community | |
parent | 3579b0dee2d6ab68a674f21f3b81c239945b5779 (diff) | |
download | ports-76652deff0b5abc083d8593317c5e167368b988f.tar.gz ports-76652deff0b5abc083d8593317c5e167368b988f.zip |
Notes
Diffstat (limited to 'devel/astah-community')
-rw-r--r-- | devel/astah-community/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/astah-community/Makefile b/devel/astah-community/Makefile index 97afd94ec5f1..6b5f986bdcf6 100644 --- a/devel/astah-community/Makefile +++ b/devel/astah-community/Makefile @@ -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}, \ |