summaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-06-10 10:00:55 +0000
committerasami <asami@FreeBSD.org>1997-06-10 10:00:55 +0000
commit1da413da9e84f410bd455d957a9b29b604bc6e70 (patch)
tree04d2ee6370f4a27b412254c9ad13a0b82b03472c /japanese
parente25ce59ac4385c0f5e3ec38e9ea373c1568fc1cd (diff)
downloadFreeBSD-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')
-rw-r--r--japanese/w3/Makefile32
-rw-r--r--japanese/w3/pkg-plist3
2 files changed, 10 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"
diff --git a/japanese/w3/pkg-plist b/japanese/w3/pkg-plist
index 9be5037..ec75cef8 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
OpenPOWER on IntegriCloud