diff options
author | pat <pat@FreeBSD.org> | 2002-05-23 00:16:12 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-05-23 00:16:12 +0000 |
commit | 73ae80e211251ac51c317f751e0d464f36f6ea40 (patch) | |
tree | 9624b8331bf64beae6dfe63fd10ba71a82c519c5 /textproc/dictionary | |
parent | 5d3cf75740163db2356ad47b136efbff99b6fac2 (diff) | |
download | FreeBSD-ports-73ae80e211251ac51c317f751e0d464f36f6ea40.zip FreeBSD-ports-73ae80e211251ac51c317f751e0d464f36f6ea40.tar.gz |
Update to 1.8.1
PR: 37620
Submitted by: maintainer
Diffstat (limited to 'textproc/dictionary')
-rw-r--r-- | textproc/dictionary/Makefile | 8 | ||||
-rw-r--r-- | textproc/dictionary/distinfo | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/textproc/dictionary/Makefile b/textproc/dictionary/Makefile index 39ba36c..138a285 100644 --- a/textproc/dictionary/Makefile +++ b/textproc/dictionary/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dictionary -PORTVERSION= 1.8 +PORTVERSION= 1.8.1 CATEGORIES= textproc net elisp MASTER_SITES= http://me.in-berlin.de/~myrkr/dictionary/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} @@ -16,10 +16,14 @@ MAINTAINER= fuyuki@mj.0038.net EMACS_PORT_NAME?= emacs21 LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} +ELS= connection.el dictionary.el link.el + +do-build: + cd ${WRKSRC}; ${EMACS_CMD} -batch -l lpath.el -f batch-byte-compile ${ELS} do-install: ${MKDIR} ${LISPDIR} -.for i in connection.* dictionary-init.el dictionary.* link.* +.for i in ${ELS} *.elc dictionary-init.el ${INSTALL_DATA} ${WRKSRC}/${i} ${LISPDIR} .endfor diff --git a/textproc/dictionary/distinfo b/textproc/dictionary/distinfo index 18f5886..c9619c6 100644 --- a/textproc/dictionary/distinfo +++ b/textproc/dictionary/distinfo @@ -1 +1 @@ -MD5 (dictionary-1.8.tar.gz) = 477438681ef914c69ef44ce0776b4faf +MD5 (dictionary-1.8.1.tar.gz) = 69b7995ea5b3e2ce4769de373ffb9fa6 |