aboutsummaryrefslogtreecommitdiff
path: root/mail/nullmailer/Makefile
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2009-08-11 21:52:11 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2009-08-11 21:52:11 +0000
commit28fab9b5a9bdba65bae06b9412820035cc22a5f9 (patch)
tree282e6eed8ec9409e2fdbb1cf9870971cc66c93b9 /mail/nullmailer/Makefile
parent86cfca9ad85a76f83af7263875007b6e58c3f188 (diff)
downloadports-28fab9b5a9bdba65bae06b9412820035cc22a5f9.tar.gz
ports-28fab9b5a9bdba65bae06b9412820035cc22a5f9.zip
Notes
Diffstat (limited to 'mail/nullmailer/Makefile')
-rw-r--r--mail/nullmailer/Makefile14
1 files changed, 6 insertions, 8 deletions
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