1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

- Disable on package cluster: requires fully qualified hostname, which we don't provide

This commit is contained in:
Pav Lucistnik 2007-07-02 17:01:51 +00:00
parent ba32530d41
commit 7f0a739c67
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194673

View File

@ -29,6 +29,10 @@ CONFLICTS= condor-devel-[0-9]*
.include <bsd.port.pre.mk>
.if defined(PACKAGE_BUILDING)
IGNORE= requires fully qualified hostname
.endif
.if defined(WITHOUT_SUBMIT_NODE)
INSTALL_SUBMIT_NODE=
.else