diff options
Diffstat (limited to 'japanese/w3')
-rw-r--r-- | japanese/w3/Makefile | 32 | ||||
-rw-r--r-- | japanese/w3/pkg-plist | 3 |
2 files changed, 10 insertions, 25 deletions
diff --git a/japanese/w3/Makefile b/japanese/w3/Makefile index a9c85e1e7e9f..831fa0738c3c 100644 --- a/japanese/w3/Makefile +++ b/japanese/w3/Makefile @@ -3,39 +3,21 @@ # Date created: 31 December 1996 # Whom: MITA Yoshio <mita@ee.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.2 1997/01/04 13:19:40 max Exp $ +# $Id: Makefile,v 1.3 1997/02/15 07:42:32 max Exp $ # -DISTNAME= w3-2.2.26 PKGNAME= jp-w3-2.2.26 CATEGORIES= www japanese -MASTER_SITES= ftp://ftp.cs.indiana.edu/pub/elisp/w3/ \ - ftp://ftp.iij.ad.jp/pub/network/WWW/w3/ - -MAINTAINER= kiri@kiri.toba-cmt.ac.jp +FILESDIR= ${.CURDIR}/../../www/w3/files +PATCHDIR= ${.CURDIR}/../../www/w3/patches # Don't RUN_DEPENDS on mule because we don't know which version the # user would want. We can't omit the BUILD_DEPENDS because it needs # to byte-compile .el files. BUILD_DEPENDS= mule:${PORTSDIR}/editors/mule +RUN_DEPENDS= -WRKSRC= ${WRKDIR}/w3 - -DOCDIR= ${PREFIX}/share/doc/w3 -SAMPLEDIR= ${PREFIX}/share/examples/w3 - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCDIR} - @${MKDIR} ${SAMPLEDIR} -.for f in dot.emacs dot.mosaic-hotlist-default - @${INSTALL_DATA} ${FILESDIR}/${f} ${SAMPLEDIR} -.endfor - @${INSTALL_SCRIPT} ${FILESDIR}/user-install ${SAMPLEDIR} -.for f in W3.ad clean-cache Makefile w3.txi - @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCDIR} -.endfor -.endif - @${SETENV} PKG_PREFIX=${PREFIX} /bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL +EMACSCMD= mule +ELISPDIR= ${PREFIX}/lib/mule/site-lisp -.include <bsd.port.mk> +.include "${.CURDIR}/../../www/w3/Makefile" diff --git a/japanese/w3/pkg-plist b/japanese/w3/pkg-plist index 9be50373dcc5..ec75cef8827f 100644 --- a/japanese/w3/pkg-plist +++ b/japanese/w3/pkg-plist @@ -68,3 +68,6 @@ share/doc/w3/W3.ad share/examples/w3/dot.emacs share/examples/w3/dot.mosaic-hotlist-default share/examples/w3/user-install +@dirrm lib/mule/site-lisp/w3 +@dirrm share/doc/w3 +@dirrm share/examples/w3 |