svn commit: r351039 - head/mail/spamd

Olli Hauer ohauer at FreeBSD.org
Fri Apr 11 20:47:28 UTC 2014


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 \


More information about the svn-ports-all mailing list