svn commit: r374424 - head/textproc/py-reverend

Antoine Brodin antoine at FreeBSD.org
Tue Dec 9 19:48:25 UTC 2014


Author: antoine
Date: Tue Dec  9 19:48:24 2014
New Revision: 374424
URL: https://svnweb.freebsd.org/changeset/ports/374424
QAT: https://qat.redports.org/buildarchive/r374424/

Log:
  Remove duplicate plist

Deleted:
  head/textproc/py-reverend/pkg-plist
Modified:
  head/textproc/py-reverend/Makefile

Modified: head/textproc/py-reverend/Makefile
==============================================================================
--- head/textproc/py-reverend/Makefile	Tue Dec  9 19:43:16 2014	(r374423)
+++ head/textproc/py-reverend/Makefile	Tue Dec  9 19:48:24 2014	(r374424)
@@ -16,13 +16,10 @@ USE_PYTHON=	distutils autoplist
 OPTIONS_DEFINE=	EXAMPLES
 
 EXAMPLESDIR=	${PREFIX}/share/examples/py-${PORTNAME}
-
-.include <bsd.port.options.mk>
+PORTEXAMPLES=	emailtrainer.py readme.txt
 
 post-install:
-.if ${PORT_OPTIONS:MEXAMPLES}
 	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	${CP} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list