aboutsummaryrefslogtreecommitdiff
path: root/sysutils/condor
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-04 22:25:48 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-04 22:25:48 +0000
commit6883b2c6e73fe8ce623318807a0287e5daa9b208 (patch)
tree208ea5dc5e7a8a951319cfc1c00f5e6b5e4fd3ea /sysutils/condor
parent381f5c8d0b11d6ffa759a218ed654f320aaef1ae (diff)
downloadports-6883b2c6e73fe8ce623318807a0287e5daa9b208.tar.gz
ports-6883b2c6e73fe8ce623318807a0287e5daa9b208.zip
Remove NOPORTDOCS and NOPORTEXAMPLES.
Notes
Notes: svn path=/head/; revision=360673
Diffstat (limited to 'sysutils/condor')
-rw-r--r--sysutils/condor/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/condor/Makefile b/sysutils/condor/Makefile
index 97313097f551..ca6aa1c143e4 100644
--- a/sysutils/condor/Makefile
+++ b/sysutils/condor/Makefile
@@ -36,6 +36,8 @@ USE_RC_SUBR= condor
PORTEXAMPLES= *
PORTDOCS= *
+OPTIONS_DEFINE= DOCS EXAMPLES
+
.include <bsd.port.pre.mk>
pre-everything::
@@ -53,9 +55,6 @@ post-install:
${INSTALL_DATA} ${WRKDIR}/condor_config ${STAGEDIR}${ETCDIR}
${INSTALL_DATA} ${WRKDIR}/condor_config.local ${STAGEDIR}${ETCDIR}
${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-.if defined(NOPORTEXAMPLES)
- ${RM} -rf ${STAGEDIR}${EXAMPLESDIR}
-.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>