svn commit: r343412 - head/textproc/dbacl

Mathieu Arnold mat at FreeBSD.org
Sun Feb 9 00:22:46 UTC 2014


Author: mat
Date: Sun Feb  9 00:22:45 2014
New Revision: 343412
URL: http://svnweb.freebsd.org/changeset/ports/343412
QAT: https://qat.redports.org/buildarchive/r343412/

Log:
  Fix plist.
  
  Noticed by:	antoine via pkg-fallout
  Pointy hat to:	mat
  Sponsored by:	Absolight

Modified:
  head/textproc/dbacl/Makefile

Modified: head/textproc/dbacl/Makefile
==============================================================================
--- head/textproc/dbacl/Makefile	Sun Feb  9 00:15:37 2014	(r343411)
+++ head/textproc/dbacl/Makefile	Sun Feb  9 00:22:45 2014	(r343412)
@@ -18,7 +18,7 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
 PROGRAMS=	bayesol dbacl mailinspect hmine hypex
 SCRIPTS=	mailcross mailtoe mailfoot
 MAN=		bayesol.1 dbacl.1 mailcross.1 mailinspect.1 mailtoe.1 mailfoot.1
-PLIST_FILES=	${PROGRAMS:S,^,bin/,} ${SCRIPTS:S,^,bin/,} ${MAN:S,^,man/man1/,:S,$$,.gz,}
+PLIST_FILES=	${PROGRAMS:S,^,bin/,} ${SCRIPTS:S,^,bin/,} ${MAN:S,^,man/man1/,:S,$,.gz,}
 DOCS=		AUTHORS ChangeLog README doc/dbacl.ps \
 		doc/email.html doc/tutorial.html doc/costs.ps
 PORTDOCS=	${DOCS:T}


More information about the svn-ports-head mailing list