diff options
author | asami <asami@FreeBSD.org> | 1994-11-26 02:21:00 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1994-11-26 02:21:00 +0800 |
commit | 7f9a6376e92f5a7ea2366af9c3defd5455e198e2 (patch) | |
tree | ba7641e750ea6a3a8cf6213d3e8965cc4c380c9d /japanese/Wnn6 | |
parent | 5907f23db6e0f625a7c0df0866f5d307a391cd52 (diff) | |
download | freebsd-ports-gnome-7f9a6376e92f5a7ea2366af9c3defd5455e198e2.tar.gz freebsd-ports-gnome-7f9a6376e92f5a7ea2366af9c3defd5455e198e2.tar.zst freebsd-ports-gnome-7f9a6376e92f5a7ea2366af9c3defd5455e198e2.zip |
Update to make jserver work. Needed to "wnntouch" dictionary files
here and there.
Diffstat (limited to 'japanese/Wnn6')
-rw-r--r-- | japanese/Wnn6/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/japanese/Wnn6/Makefile b/japanese/Wnn6/Makefile index 4f516bf7800b..daa3f49248a5 100644 --- a/japanese/Wnn6/Makefile +++ b/japanese/Wnn6/Makefile @@ -8,8 +8,10 @@ DISTNAME= Wnn4.2 MASTER_SITES= ftp://utsun.s.u-tokyo.ac.jp/fj/ -PKG_CMD= pkg_create -N +IS_INTERACTIVE= yes WRKSRC= ${WRKDIR}/Xsi +PKG_ARGS?= -v -c ${PKGDIR}/COMMENT -d ${PKGDIR}/DESCR -f ${PKGDIR}/PLIST \ + -r ${PKGDIR}/REQ -i ${PKGDIR}/INSTALL -p ${PREFIX} # These are necesary because this package uses a different Makefile for # building and installing etc. @@ -19,9 +21,12 @@ pre-build: build: configure pre-build depends ${BUILD_COOKIE} @${TOUCH} ${TOUCH_FLAGS} ${BUILD_COOKIE} +pre-install: + @PREFIX=${PREFIX} ${SCRIPTDIR}/pre-install # This package uses imake's "install.man" target to install man pages but # I can't define USE_IMAKE because it doesn't involve xmkmf -pre-install: @(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install.man) +pre-reinstall: pre-install + .include <bsd.port.mk> |