From 01aebcd262adcb52692663f6371d2933952e399d Mon Sep 17 00:00:00 2001 From: Patrick Li Date: Sat, 2 Feb 2002 08:46:32 +0000 Subject: Fix placement of .include which I screwed up in the last commit. Submitted by: maintainer --- security/cyrus-sasl/Makefile | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'security/cyrus-sasl') 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 +.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 - -.if ${OSVERSION} < 450000 -FMT= /usr/bin/fmt -.else -FMT= /usr/bin/fmt -w 67 -.endif - pre-fetch: @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.sasl -- cgit v1.2.3