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

- Set IGNORE if TET_ROOT not defined instead of hitting an error

while building packages.  Did not use MANUAL_PACKAGE_BUILD as
  maybe someone is building packages and has TET_ROOT defined for
  the port.

With hat:	portmgr
This commit is contained in:
Bryan Drewery 2013-09-18 21:28:13 +00:00
parent 38ec65ad7e
commit 1883360869
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327577

View File

@ -35,6 +35,10 @@ BUILD_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip
PKG_ARGS= -v -c -${COMMENT:Q} -d ${DESCR} -f ${TMPPLIST} \
-p ${TET_ROOT} -o ${CATEGORIES}/${PORTNAME}
.if !defined(TET_ROOT)
IGNORE= Requires TET_ROOT be set for build
.endif
do-extract:
.if !defined(TET_ROOT)
@${ECHO_MSG}