diff options
-rw-r--r-- | security/cyrus-sasl/Makefile | 15 | ||||
-rw-r--r-- | security/cyrus-sasl2/Makefile | 15 |
2 files changed, 14 insertions, 16 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 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 <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 |