diff options
author | asami <asami@FreeBSD.org> | 1997-06-10 10:00:55 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-10 10:00:55 +0000 |
commit | 1da413da9e84f410bd455d957a9b29b604bc6e70 (patch) | |
tree | 04d2ee6370f4a27b412254c9ad13a0b82b03472c /japanese/w3/Makefile | |
parent | e25ce59ac4385c0f5e3ec38e9ea373c1568fc1cd (diff) | |
download | FreeBSD-ports-1da413da9e84f410bd455d957a9b29b604bc6e70.zip FreeBSD-ports-1da413da9e84f410bd455d957a9b29b604bc6e70.tar.gz |
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: <kiri@kiri.toba-cmt.ac.jp>
Diffstat (limited to 'japanese/w3/Makefile')
-rw-r--r-- | japanese/w3/Makefile | 32 |
1 files changed, 7 insertions, 25 deletions
diff --git a/japanese/w3/Makefile b/japanese/w3/Makefile index a9c85e1..831fa07 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" |