Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2014 20:47:28 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351039 - head/mail/spamd
Message-ID:  <201404112047.s3BKlSgk038877@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Fri Apr 11 20:47:28 2014
New Revision: 351039
URL: http://svnweb.freebsd.org/changeset/ports/351039
QAT: https://qat.redports.org/buildarchive/r351039/

Log:
  - revert PLIST_SUB changes to fix the rc script
  - bump PORTREVISION

Modified:
  head/mail/spamd/Makefile

Modified: head/mail/spamd/Makefile
==============================================================================
--- head/mail/spamd/Makefile	Fri Apr 11 20:18:33 2014	(r351038)
+++ head/mail/spamd/Makefile	Fri Apr 11 20:47:28 2014	(r351039)
@@ -3,7 +3,7 @@
 
 PORTNAME=	spamd
 PORTVERSION=	4.9.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=freebsdspamd/spamd
@@ -41,8 +41,10 @@ PLIST_SUB=	SPAMDUSER=${USERS} \
 # be adjusted. Man page and pid file will not be renamed!
 .if !defined(CPANEL)
 PLIST_FILES+=	libexec/spamd
+PLIST_SUB+=	SPAMDBIN=spamd
 .else
 PLIST_FILES+=	libexec/obspamd
+PLIST_SUB+=	SPAMDBIN=obspamd
 .endif
 
 SUB_FILES=	pkg-install \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404112047.s3BKlSgk038877>