Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Dec 2016 13:44:36 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428561 - head/emulators/vice
Message-ID:  <201612141344.uBEDiaQJ033004@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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|' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612141344.uBEDiaQJ033004>