1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Allow package builds

This commit is contained in:
Kris Kennaway 2006-09-03 06:46:25 +00:00
parent 607027179e
commit cde755e1d5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172024
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ PORTDOCS= COPYRIGHT.txt LICENSE.txt MANUAL.txt README.txt xmill.ps.gz
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
IGNORE= requires explicit agreement to the terms and conditions of the license. Download ${DISTNAME}${EXTRACT_SUFX} manually from http://www.research.att.com/sw/tools/XMILL/, put it under ${DISTDIR} and run make again
.endif

View File

@ -32,7 +32,7 @@ XEPHEMSRC= ${PORTNAME}-${PORTVERSION}.tar.gz
.include <bsd.port.pre.mk>
.for file in ${XEPHEMSRC}
.if !exists(${DISTDIR}/${file})
.if !exists(${DISTDIR}/${file}) && !defined(PACKAGE_BUILDING)
ECHO_MSG= ${PRINTF}
IGNORE=:\n\
Because of licensing restrictions, you must manually fetch\n\

View File

@ -32,7 +32,7 @@ DISTVERSION= 20041231
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DIST_SUBDIR}/jp.azzurri.clay.core_${PORTVERSION}.bin.dist.${DISTVERSION}.zip)
.if !exists(${DISTDIR}/${DIST_SUBDIR}/jp.azzurri.clay.core_${PORTVERSION}.bin.dist.${DISTVERSION}.zip) && !defined(PACKAGE_BUILDING)
IGNORE='You must manually fetch the tarball from http://www.azzurri.jp/en/software/clay/download.jsp and place it in ${DISTDIR}/${DIST_SUBDIR} then run make again.'
.endif