From 28fab9b5a9bdba65bae06b9412820035cc22a5f9 Mon Sep 17 00:00:00 2001 From: Greg Larkin Date: Tue, 11 Aug 2009 21:52:11 +0000 Subject: - Updated to 1.04 --- mail/nullmailer/Makefile | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'mail/nullmailer/Makefile') diff --git a/mail/nullmailer/Makefile b/mail/nullmailer/Makefile index c9259e059ce7..8de98d3d8e0e 100644 --- a/mail/nullmailer/Makefile +++ b/mail/nullmailer/Makefile @@ -6,8 +6,7 @@ # PORTNAME= nullmailer -PORTVERSION= 1.03 -PORTREVISION= 2 +PORTVERSION= 1.04 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= http://untroubled.org/nullmailer/ \ @@ -17,22 +16,21 @@ MASTER_SITE_SUBDIR= ${PORTVERSION} MAINTAINER= glarkin@FreeBSD.org COMMENT= MTA for hosts which relay to a fixed set of smart relays -HAS_CONFIGURE= yes +LOCALSTATEDIR= /var/spool + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR} USE_SUBMAKE= yes USE_RC_SUBR= ${PORTNAME} -SUB_FILES+= pkg-install pkg-message +SUB_FILES+= pkg-install pkg-message PKGINSTALL= ${WRKDIR}/pkg-install PKGMESSAGE= ${WRKDIR}/pkg-message PLIST_SUB+= LOCALSTATEDIR=${LOCALSTATEDIR} SUB_LIST+= LOCALSTATEDIR=${LOCALSTATEDIR} -LOCALSTATEDIR= /var/spool - -CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR} - MAN1= nullmailer-inject.1 sendmail.1 MAN7= nullmailer.7 MAN8= nullmailer-queue.8 nullmailer-send.8 -- cgit v1.2.3