svn commit: r322430 - head/editors/softmaker-office

Baptiste Daroussin bapt at FreeBSD.org
Sun Jul 7 12:04:47 UTC 2013


Author: bapt
Date: Sun Jul  7 12:04:46 2013
New Revision: 322430
URL: http://svnweb.freebsd.org/changeset/ports/322430

Log:
  Remove usage of X_FONTSERVER_PORT while here use options helpers

Modified:
  head/editors/softmaker-office/Makefile

Modified: head/editors/softmaker-office/Makefile
==============================================================================
--- head/editors/softmaker-office/Makefile	Sun Jul  7 12:01:34 2013	(r322429)
+++ head/editors/softmaker-office/Makefile	Sun Jul  7 12:04:46 2013	(r322430)
@@ -11,7 +11,7 @@ DISTFILES=	ofb06trial.tgz
 MAINTAINER=	itetcu at FreeBSD.org
 COMMENT=	Microsoft Word/Excel OpenDocument and OpenOffice.org editor
 
-RUN_DEPENDS=	${LOCALBASE}/bin/xfs:${X_FONTSERVER_PORT}
+RUN_DEPENDS=	${LOCALBASE}/bin/xfs:${PORTSDIR}/x11-fonts/xfs
 
 USE_XORG=	x11
 
@@ -29,11 +29,7 @@ NO_PACKAGE=	distribution with other prod
 
 ONLY_FOR_ARCHS=	i386
 
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MALL_DICTS}
-DISTFILES+=	sml06dict.tgz
-.endif
+ALL_DICTS_DISTFILES=	sml06dict.tgz
 
 post-extract:
 	cd ${WRKSRC} && ${FIND} . -type f -execdir ${CHMOD} ${SHAREMODE} \{\} \; && \


More information about the svn-ports-all mailing list