diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 22:25:48 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 22:25:48 +0000 |
commit | 6883b2c6e73fe8ce623318807a0287e5daa9b208 (patch) | |
tree | 208ea5dc5e7a8a951319cfc1c00f5e6b5e4fd3ea /sysutils/condor | |
parent | 381f5c8d0b11d6ffa759a218ed654f320aaef1ae (diff) |
Notes
Diffstat (limited to 'sysutils/condor')
-rw-r--r-- | sysutils/condor/Makefile | 5 |
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> |