diff options
author | Dryice Dong Liu <dryice@FreeBSD.org> | 2007-03-26 08:58:19 +0000 |
---|---|---|
committer | Dryice Dong Liu <dryice@FreeBSD.org> | 2007-03-26 08:58:19 +0000 |
commit | bf878b858475aced09173a481a9417a6a128f1eb (patch) | |
tree | 20bb4697812e8b2b03bdc17b36236f08602903c0 /x11-fonts | |
parent | b0e791a896f2ce3826f7565e17447e1b68c9041d (diff) | |
download | ports-bf878b858475aced09173a481a9417a6a128f1eb.tar.gz ports-bf878b858475aced09173a481a9417a6a128f1eb.zip |
Notes
Diffstat (limited to 'x11-fonts')
-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 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> |