Update to 1.8.1
PR: 37620 Submitted by: maintainer
This commit is contained in:
parent
f2c8caf07e
commit
08226b12fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59745
2 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (dictionary-1.8.tar.gz) = 477438681ef914c69ef44ce0776b4faf
|
||||
MD5 (dictionary-1.8.1.tar.gz) = 69b7995ea5b3e2ce4769de373ffb9fa6
|
||||
|
|
Loading…
Reference in a new issue