diff options
author | yoichi <yoichi@FreeBSD.org> | 2001-11-27 16:43:11 +0800 |
---|---|---|
committer | yoichi <yoichi@FreeBSD.org> | 2001-11-27 16:43:11 +0800 |
commit | 7ec3817899baab5f1759856c14d90661ed6e2431 (patch) | |
tree | 001f10f6cc0e6bf5010195cc18e517a81c501ef4 /japanese | |
parent | aa6308538a4a7c52763d9551708bcc2b79274569 (diff) | |
download | freebsd-ports-gnome-7ec3817899baab5f1759856c14d90661ed6e2431.tar.gz freebsd-ports-gnome-7ec3817899baab5f1759856c14d90661ed6e2431.tar.zst freebsd-ports-gnome-7ec3817899baab5f1759856c14d90661ed6e2431.zip |
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)
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 |