summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-02-02 08:46:32 +0000
committerPatrick Li <pat@FreeBSD.org>2002-02-02 08:46:32 +0000
commit01aebcd262adcb52692663f6371d2933952e399d (patch)
tree5aed274b5c0d0015871a218b060c76a927ebdbf9 /security/cyrus-sasl
parentUpdate to 1.01 (diff)
Fix placement of .include <bsd.port.pre.mk> which I screwed up in
the last commit. Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=54135
Diffstat (limited to 'security/cyrus-sasl')
-rw-r--r--security/cyrus-sasl/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile
index adb455403062..e1dc5a97c0ea 100644
--- a/security/cyrus-sasl/Makefile
+++ b/security/cyrus-sasl/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