diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-07 20:04:46 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-07 20:04:46 +0800 |
commit | 8a985ba64701e4571bcd18a3acdca158dc60f16c (patch) | |
tree | bb4656c24038f87c144c90ae21984de7700d097f /editors | |
parent | baa44dc24bc21588c759b246d4ca58556ebbc3e1 (diff) | |
download | freebsd-ports-gnome-8a985ba64701e4571bcd18a3acdca158dc60f16c.tar.gz freebsd-ports-gnome-8a985ba64701e4571bcd18a3acdca158dc60f16c.tar.zst freebsd-ports-gnome-8a985ba64701e4571bcd18a3acdca158dc60f16c.zip |
Remove usage of X_FONTSERVER_PORT while here use options helpers
Diffstat (limited to 'editors')
-rw-r--r-- | editors/softmaker-office/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/editors/softmaker-office/Makefile b/editors/softmaker-office/Makefile index b381d6c14214..6b9bfa3a7e8c 100644 --- a/editors/softmaker-office/Makefile +++ b/editors/softmaker-office/Makefile @@ -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 products of any kind forbiden 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} \{\} \; && \ |