diff options
author | clive <clive@FreeBSD.org> | 2002-03-17 01:53:15 +0800 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2002-03-17 01:53:15 +0800 |
commit | b565655406ff01915d2cb7a6df007cccff0d7ab5 (patch) | |
tree | a87ab8aa49fcbc630b48fa243107975a93039c33 | |
parent | 35df4f5cc84fd61c8451a32c72c994e65fb007bb (diff) | |
download | freebsd-ports-graphics-b565655406ff01915d2cb7a6df007cccff0d7ab5.tar.gz freebsd-ports-graphics-b565655406ff01915d2cb7a6df007cccff0d7ab5.tar.zst freebsd-ports-graphics-b565655406ff01915d2cb7a6df007cccff0d7ab5.zip |
Define USE_X_PREFIX before inclusion of bsd.port.pre.mk. Otherwise,
${PREFIX} will be ${LOCALBASE}.
-rw-r--r-- | chinese/gugod-clean/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/gugod-clean/Makefile b/chinese/gugod-clean/Makefile index 09775531852..7f4d698a12b 100644 --- a/chinese/gugod-clean/Makefile +++ b/chinese/gugod-clean/Makefile @@ -10,6 +10,7 @@ MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/gugod/ MAINTAINER= gugod@gugod.org +USE_X_PREFIX= yes .include <bsd.port.pre.mk> .if ${XFREE86_VERSION} == 4 @@ -17,7 +18,6 @@ RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients .endif FONTFILES= gugod16.bdf gugod18.bdf gugod20.bdf gugod22.bdf -USE_X_PREFIX= yes WRKSRC= ${WRKDIR} NO_BUILD= yes |