svn commit: r382837 - head/www/moinmoin

Baptiste Daroussin bapt at FreeBSD.org
Tue Mar 31 15:38:59 UTC 2015


Author: bapt
Date: Tue Mar 31 15:38:58 2015
New Revision: 382837
URL: https://svnweb.freebsd.org/changeset/ports/382837
QAT: https://qat.redports.org/buildarchive/r382837/

Log:
  Remove useless post-install target

Modified:
  head/www/moinmoin/Makefile

Modified: head/www/moinmoin/Makefile
==============================================================================
--- head/www/moinmoin/Makefile	Tue Mar 31 15:38:44 2015	(r382836)
+++ head/www/moinmoin/Makefile	Tue Mar 31 15:38:58 2015	(r382837)
@@ -56,12 +56,6 @@ pre-everything::
 	@${ECHO} "per default it is set to www:www."
 	@${ECHO}
 
-post-install:
-#	@${FIND} ${PREFIX}/share/moin/underlay \! -type d | ${SED} -e 's,${PREFIX}/,,' >> ${TMPPLIST}
-#	@${FIND} ${PREFIX}/share/moin/underlay -type d | ${SED} -e 's,${PREFIX}/, at dirrm ,' | ${SORT} -r >> ${TMPPLIST}
-#	@${ECHO_CMD} "@dirrm share/moin" >> ${TMPPLIST}
-	@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-
 instance: pre-everything apply-slist
 	@${ECHO_CMD} "Creating a new wiki instance in ${MOINDEST}."; \
 	if [ -f ${MOINDIR}/config/wikiconfig.py ]; then \


More information about the svn-ports-head mailing list