aboutsummaryrefslogtreecommitdiffstats
path: root/security/cyrus-sasl2
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-02-02 16:46:32 +0800
committerpat <pat@FreeBSD.org>2002-02-02 16:46:32 +0800
commit1b1454a17ac1530fc9962b79d08172560adea853 (patch)
treecfb63c2059b1345e57746715bb07df551fa4fd71 /security/cyrus-sasl2
parentb1024fd0012e83fc3083973b28d934f9ae9f865f (diff)
downloadfreebsd-ports-graphics-1b1454a17ac1530fc9962b79d08172560adea853.tar.gz
freebsd-ports-graphics-1b1454a17ac1530fc9962b79d08172560adea853.tar.zst
freebsd-ports-graphics-1b1454a17ac1530fc9962b79d08172560adea853.zip
Fix placement of .include <bsd.port.pre.mk> which I screwed up in
the last commit. Submitted by: maintainer
Diffstat (limited to 'security/cyrus-sasl2')
-rw-r--r--security/cyrus-sasl2/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile
index adb45540306..e1dc5a97c0e 100644
--- a/security/cyrus-sasl2/Makefile
+++ b/security/cyrus-sasl2/Makefile
@@ -27,6 +27,13 @@ PATCHFILES= sasl_apop_patch.gz \
MAINTAINER= hetzels@westbend.net
+.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 450000
+FMT= /usr/bin/fmt
+.else
+FMT= /usr/bin/fmt -w 67
+.endif
+
USE_OPENSSL= YES
INSTALLS_SHLIB= yes
@@ -104,14 +111,6 @@ PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
PKGINSTALL= ${WRKDIR}/pkg-install
PKGMESSAGE= ${WRKDIR}/pkg-message
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 450000
-FMT= /usr/bin/fmt
-.else
-FMT= /usr/bin/fmt -w 67
-.endif
-
pre-fetch:
@${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.sasl