Date: Sun, 7 Jul 2013 12:04:46 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322430 - head/editors/softmaker-office Message-ID: <201307071204.r67C4kN4073707@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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} \{\} \; && \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307071204.r67C4kN4073707>