Define USE_X_PREFIX before inclusion of bsd.port.pre.mk. Otherwise,
${PREFIX} will be ${LOCALBASE}.
This commit is contained in:
parent
5a3a3936c3
commit
c44b8bcac6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56218
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue