From 925ecf19b111f122a1836a8ba774a404cab0f0b0 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Tue, 10 Jun 1997 10:00:55 +0000 Subject: Change organization so that files can be shared between this port and www/w3. Note this is a "blind" commit; it is too much trouble to test an update with this many added and deleted files. I'll test it later. PR: 3793 Submitted by: --- japanese/w3/Makefile | 32 +++++++------------------------- japanese/w3/pkg-plist | 3 +++ 2 files changed, 10 insertions(+), 25 deletions(-) (limited to 'japanese') 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 # -# $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 +.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 -- cgit v1.2.3