diff options
author | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2001-11-27 08:43:11 +0000 |
---|---|---|
committer | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2001-11-27 08:43:11 +0000 |
commit | 044a9869fa0e37f3da77ec70b87e4e39180d6e49 (patch) | |
tree | f84ce0a1d44c3c6725cd25264027bc729e4cbdd5 /japanese | |
parent | Updated MASTER_SITES (diff) |
Update to 0.28.
Change installation directory to version specific one
to avoid conflict with that for emacs-21 in future.
PR: ports/31756
Submitted by: yoichi (MAINTAINER)
Reviewed by: knu (mentor)
Notes
Notes:
svn path=/head/; revision=50616
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/weather-emacs20/Makefile | 11 | ||||
-rw-r--r-- | japanese/weather-emacs20/distinfo | 2 | ||||
-rw-r--r-- | japanese/weather-emacs20/pkg-plist | 8 |
3 files changed, 11 insertions, 10 deletions
diff --git a/japanese/weather-emacs20/Makefile b/japanese/weather-emacs20/Makefile index 1f5688b6df5d..27144b6ae243 100644 --- a/japanese/weather-emacs20/Makefile +++ b/japanese/weather-emacs20/Makefile @@ -6,23 +6,24 @@ # PORTNAME= weather -PORTVERSION= 0.26 +PORTVERSION= 0.28 CATEGORIES= japanese elisp MASTER_SITES= ftp://ftp.opaopa.org/pub/elisp/ \ ftp://ftp.ring.gr.jp/pub/text/elisp/jaist/ftp.opaopa.org/elisp/ \ ftp://ftp.jaist.ac.jp/pub/GNU/elisp/ftp.opaopa.org/elisp/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} -MAINTAINER= yoichi@eken.phys.nagoya-u.ac.jp +MAINTAINER= yoichi@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel-emacs20 -RUN_DEPENDS= ${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel-emacs20 +BUILD_DEPENDS= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/emu/emu.el:${PORTSDIR}/editors/apel-emacs20 +RUN_DEPENDS= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/emu/emu.el:${PORTSDIR}/editors/apel-emacs20 -EMACS_PORT_NAME=emacs20 +EMACS_PORT_NAME?= emacs20 DOCS= README DOCSDIR= ${PREFIX}/share/doc/${PORTNAME} +MAKE_ARGS+= LISPDIR=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} post-install: .if !defined(NOPORTDOCS) diff --git a/japanese/weather-emacs20/distinfo b/japanese/weather-emacs20/distinfo index 4019d2ac698f..8ba878854435 100644 --- a/japanese/weather-emacs20/distinfo +++ b/japanese/weather-emacs20/distinfo @@ -1 +1 @@ -MD5 (weather-0.26.tar.gz) = dcc98d491f73ad5fed971c5fbc51460d +MD5 (weather-0.28.tar.gz) = 5cd6270c5a177fc389818456a1c49437 diff --git a/japanese/weather-emacs20/pkg-plist b/japanese/weather-emacs20/pkg-plist index 90d48e4c3993..17aaeeefad87 100644 --- a/japanese/weather-emacs20/pkg-plist +++ b/japanese/weather-emacs20/pkg-plist @@ -1,4 +1,4 @@ -%%EMACS_LIBDIR%%/site-lisp/weather.el -%%EMACS_LIBDIR%%/site-lisp/weather.elc -share/doc/weather/README -@dirrm share/doc/weather +%%EMACS_LIBDIR_WITH_VER%%/site-lisp/weather.el +%%EMACS_LIBDIR_WITH_VER%%/site-lisp/weather.elc +%%PORTDOCS%%share/doc/weather/README +%%PORTDOCS%%@dirrm share/doc/weather |