aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/wqy
diff options
context:
space:
mode:
authorDryice Dong Liu <dryice@FreeBSD.org>2007-03-26 08:58:19 +0000
committerDryice Dong Liu <dryice@FreeBSD.org>2007-03-26 08:58:19 +0000
commitbf878b858475aced09173a481a9417a6a128f1eb (patch)
tree20bb4697812e8b2b03bdc17b36236f08602903c0 /x11-fonts/wqy
parentb0e791a896f2ce3826f7565e17447e1b68c9041d (diff)
downloadports-bf878b858475aced09173a481a9417a6a128f1eb.tar.gz
ports-bf878b858475aced09173a481a9417a6a128f1eb.zip
Include bsd.port.pre.mk before checking OPTIONS. Thanks my mentor for
pointing this out. Totally my fault :( Approved by: itetcu (mentor)
Notes
Notes: svn path=/head/; revision=188369
Diffstat (limited to 'x11-fonts/wqy')
-rw-r--r--x11-fonts/wqy/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-fonts/wqy/Makefile b/x11-fonts/wqy/Makefile
index b04258edc09a..8a14486811f2 100644
--- a/x11-fonts/wqy/Makefile
+++ b/x11-fonts/wqy/Makefile
@@ -32,12 +32,14 @@ PLIST_SUB= FONTSDIR=${FONTSDIR} \
BUILD_DEPENDS+= mkfontdir:${X_CLIENTS_PORT}
BUILD_DEPENDS+= fc-cache:${PORTSDIR}/x11-fonts/fontconfig
+OPTIONS= ALIAS "Install fonts.alias" off
+
+.include <bsd.port.pre.mk>
+
.if !defined(NOPORTDOCS)
PORTDOCS= AUTHORS ChangeLog COPYING INSTALL INSTALL.zh.gb2312 LOGO.png README
.endif
-OPTIONS= ALIAS "Install fonts.alias" off
-
.if defined(WITH_ALIAS)
PLIST_SUB+= WITHALIAS=""
.else
@@ -66,4 +68,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>