From 1b1454a17ac1530fc9962b79d08172560adea853 Mon Sep 17 00:00:00 2001 From: pat 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-sasl2/Makefile | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'security/cyrus-sasl2/Makefile') diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index adb455403062..e1dc5a97c0ea 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 +.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