aboutsummaryrefslogtreecommitdiff
path: root/sysutils/p5-Schedule-Load
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/p5-Schedule-Load
parent381f5c8d0b11d6ffa759a218ed654f320aaef1ae (diff)
downloadports-6883b2c6e73fe8ce623318807a0287e5daa9b208.tar.gz
ports-6883b2c6e73fe8ce623318807a0287e5daa9b208.zip
Notes
Diffstat (limited to 'sysutils/p5-Schedule-Load')
-rw-r--r--sysutils/p5-Schedule-Load/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/p5-Schedule-Load/Makefile b/sysutils/p5-Schedule-Load/Makefile
index 615e3d6e3c64..c5248ad29ad2 100644
--- a/sysutils/p5-Schedule-Load/Makefile
+++ b/sysutils/p5-Schedule-Load/Makefile
@@ -23,11 +23,11 @@ MAKE_JOBS_UNSAFE= yes
USES= perl5
USE_PERL5= configure
+OPTIONS_DEFINE= EXAMPLES
+
post-install:
-.ifndef(NOPORTEXAMPLES)
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/init.d
${INSTALL_SCRIPT} ${WRKSRC}/init.d/* ${STAGEDIR}${EXAMPLESDIR}/init.d
-.endif
.include <bsd.port.mk>