summaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2001-06-23 16:43:03 +0000
committerClive Lin <clive@FreeBSD.org>2001-06-23 16:43:03 +0000
commit52a4784bb27f8e269029d533d91f74575b0fae86 (patch)
tree35e8e7ec17ccc5f1568f370047a38c83c0224dca /chinese
parent- modify Makefile to correctly handle the DISTFILE. (diff)
o Use USE_X_PREFIX knob.
o Since @exec in pkg-plist would be executed while doing pkg_add, add this actions into Makefile.
Notes
Notes: svn path=/head/; revision=44356
Diffstat (limited to 'chinese')
-rw-r--r--chinese/gugod-clean/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/gugod-clean/Makefile b/chinese/gugod-clean/Makefile
index e6c2e65f2eb6..f3dd46b528d8 100644
--- a/chinese/gugod-clean/Makefile
+++ b/chinese/gugod-clean/Makefile
@@ -11,7 +11,7 @@ MASTER_SITES= ftp://gugod.org/pub/X/
MAINTAINER= gugod@gugod.org
FONTFILES= gugodclean.bdf
-PREFIX= ${X11BASE}
+USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}
NO_BUILD= yes
@@ -25,5 +25,6 @@ do-install:
.for i in ${FONTFILES}
@${INSTALL_DATA} ${WRKSRC}/${i} ${XFONTDIR}
.endfor
+ @cd ${XFONTDIR} ; mkfontdir
.include <bsd.port.post.mk>