aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-12-02 14:26:21 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-12-02 14:26:21 +0000
commitdc620671bc953d5732763313e2c4ff28ffb91bfe (patch)
treea3504874ce981e34bcd6d8137c5ee4ec07ff3e6a /net
parent7f05b4e1ae0d2543bb2261d4d4c2c935cf220b83 (diff)
downloadports-dc620671bc953d5732763313e2c4ff28ffb91bfe.tar.gz
ports-dc620671bc953d5732763313e2c4ff28ffb91bfe.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/ntp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile
index 2d55c985e316..92a37ced00c5 100644
--- a/net/ntp/Makefile
+++ b/net/ntp/Makefile
@@ -33,7 +33,7 @@ OPTIONS= NTPSNMPD "Build and install ntpsnmpd" OFF \
RAWDCF "Enable RAWDCF option" OFF \
SSL "Enable SSL" ON
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if defined(WITH_RAWDCF)
CONFIGURE_ARGS+= --enable-RAWDCF
@@ -71,4 +71,4 @@ post-install:
${CPIO} -pdu -R ${SHAREOWN}:${SHAREGRP} --quiet ${DOCSDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>