svn commit: r428561 - head/emulators/vice

Dirk Meyer dinoex at FreeBSD.org
Wed Dec 14 13:44:37 UTC 2016


Author: dinoex
Date: Wed Dec 14 13:44:36 2016
New Revision: 428561
URL: https://svnweb.freebsd.org/changeset/ports/428561

Log:
  - fix option XAW3D

Modified:
  head/emulators/vice/Makefile

Modified: head/emulators/vice/Makefile
==============================================================================
--- head/emulators/vice/Makefile	Wed Dec 14 13:43:35 2016	(r428560)
+++ head/emulators/vice/Makefile	Wed Dec 14 13:44:36 2016	(r428561)
@@ -101,6 +101,7 @@ __pmlinks1!= ${ECHO_CMD} '${LMLINKS:S/  
 .if ${PORT_OPTIONS:MXAW3D}
 GNOME_SUFFIX=   -xaw3d
 CONFLICTS?=     vice-gnome-1.* vice-1.*
+USES+=		perl5
 .endif
 
 .if ${PORT_OPTIONS:MGNOMEUI}
@@ -145,6 +146,7 @@ post-extract:
 	@${RM} ${WRKSRC}/doc/vice.info*
 
 post-patch:
+	${CHMOD} +x "${WRKSRC}/doc/html/texi2html"
 	${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \
 		${WRKSRC}/man/vice.1
 	${REINPLACE_CMD} -e 's|^localedir.*|localedir = $$(DESTDIR)${LOCALBASE}/share/locale|' \


More information about the svn-ports-all mailing list