svn commit: r446876 - head/mail/mailscanner

Chris Rees crees at FreeBSD.org
Sat Jul 29 11:32:23 UTC 2017


Author: crees
Date: Sat Jul 29 11:32:22 2017
New Revision: 446876
URL: https://svnweb.freebsd.org/changeset/ports/446876

Log:
  Fix pkg-deinstall missing.  Had merged a revert, but had to copy over files
  as working copy messed up, and the file existed but not checked in.

Modified:
  head/mail/mailscanner/Makefile

Modified: head/mail/mailscanner/Makefile
==============================================================================
--- head/mail/mailscanner/Makefile	Sat Jul 29 10:03:35 2017	(r446875)
+++ head/mail/mailscanner/Makefile	Sat Jul 29 11:32:22 2017	(r446876)
@@ -65,7 +65,7 @@ SHEBANG_GLOB=	* usr/lib/MailScanner/init/* usr/lib/Mai
 		usr/sbin/* usr/share/MailScanner/perl/MailScanner/*
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
-SUB_FILES=	MailScanner.8 pkg-message pkg-install pkg-deinstall
+SUB_FILES=	MailScanner.8 pkg-message pkg-install
 SUB_LIST=	DATADIR=${DATADIR} \
 		PERL=${PERL} \
 		PKGVERSION=${PKGVERSION} \


More information about the svn-ports-all mailing list