diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-12-30 16:46:45 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-12-30 16:46:45 +0000 |
commit | 75b5c37f49605faa55469c514319e974f976f83d (patch) | |
tree | 19ebc77e786ef3fc7073066b224492bc30076c67 | |
parent | 5466000daa4c1f7715c586b5bbb6bc3cf18f1cf1 (diff) | |
download | ports-75b5c37f49605faa55469c514319e974f976f83d.tar.gz ports-75b5c37f49605faa55469c514319e974f976f83d.zip |
Notes
-rw-r--r-- | security/jce_policy14/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/security/jce_policy14/Makefile b/security/jce_policy14/Makefile index 7774622c91be..a4e88531557a 100644 --- a/security/jce_policy14/Makefile +++ b/security/jce_policy14/Makefile @@ -23,8 +23,10 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/jce PLIST_SUB+= JAVA_HOME=${JAVA_HOME:S,${PREFIX}/,,} -.if !exists(${DISTDIR}/${EXTRACT_ONLY}) && !defined(PACKAGE_BUILDING) -IGNORE= Please get jce_policy-1_4_2.zip from http://java.sun.com/products/jce/index-14.html +.include <bsd.port.pre.mk> +.if !exists(${DISTDIR}/${DISTNAME}.zip) +IGNORE= : Please get jce_policy-1_4_2.zip from +IGNORE+= http://java.sun.com/products/jce/index-14.html .endif do-install: @@ -35,4 +37,4 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/local_policy.jar ${JAVA_HOME}/jre/lib/security @${INSTALL_DATA} ${WRKSRC}/US_export_policy.jar ${JAVA_HOME}/jre/lib/security -.include <bsd.port.mk> +.include <bsd.port.post.mk> |