diff options
author | dryice <dryice@FreeBSD.org> | 2007-03-26 16:58:19 +0800 |
---|---|---|
committer | dryice <dryice@FreeBSD.org> | 2007-03-26 16:58:19 +0800 |
commit | 838ec691cf21197ace2fc93d47c8a1f62c1962c2 (patch) | |
tree | d11ab984266ce885989e8845415052a74a6f0bd2 /x11-fonts/wqy | |
parent | d4edbdf02f9d6a6d5ddcebb69a02df35ec8563f6 (diff) | |
download | freebsd-ports-graphics-838ec691cf21197ace2fc93d47c8a1f62c1962c2.tar.gz freebsd-ports-graphics-838ec691cf21197ace2fc93d47c8a1f62c1962c2.tar.zst freebsd-ports-graphics-838ec691cf21197ace2fc93d47c8a1f62c1962c2.zip |
Include bsd.port.pre.mk before checking OPTIONS. Thanks my mentor for
pointing this out. Totally my fault :(
Approved by: itetcu (mentor)
Diffstat (limited to 'x11-fonts/wqy')
-rw-r--r-- | x11-fonts/wqy/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-fonts/wqy/Makefile b/x11-fonts/wqy/Makefile index b04258edc09..8a14486811f 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> |