svn commit: r508850 - head/graphics/barbecue

Rene Ladan rene at FreeBSD.org
Tue Aug 13 20:27:26 UTC 2019


Author: rene
Date: Tue Aug 13 20:27:25 2019
New Revision: 508850
URL: https://svnweb.freebsd.org/changeset/ports/508850

Log:
  Fix games/barbecue after r508677
  
  Reported by:	antoine
  Pointy hat:	rene

Modified:
  head/graphics/barbecue/Makefile

Modified: head/graphics/barbecue/Makefile
==============================================================================
--- head/graphics/barbecue/Makefile	Tue Aug 13 19:32:16 2019	(r508849)
+++ head/graphics/barbecue/Makefile	Tue Aug 13 20:27:25 2019	(r508850)
@@ -46,14 +46,11 @@ post-extract:
 do-install:
 	${INSTALL_DATA} ${JARFILES:S|-${DISTVERSION}||:S|^|${WRKSRC}/|} \
 		${STAGEDIR}${JAVAJARDIR}
-
-.if ${PORT_OPTIONS:MTOMCAT7}
 	${INSTALL} -d -o ${WWWOWN} -g ${WWWGRP} ${STAGEDIR}${WEBAPPDIR}/${PORTNAME}
 	@(cd ${WRKDIR}/${PORTNAME} && ${COPYTREE_SHARE} . \
 		${STAGEDIR}${WEBAPPDIR}/${PORTNAME})
 	${TOUCH} \
 	${STAGEDIR}${WEBAPPDIR}/${PORTNAME}/WEB-INF/classes/net/sourceforge/barbecue/postnet/.empty
-.endif
 
 .if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-all mailing list