diff options
author | clsung <clsung@FreeBSD.org> | 2005-03-16 11:11:05 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2005-03-16 11:11:05 +0800 |
commit | a5e19d1179c4d94536d627c61cbf720430c33394 (patch) | |
tree | b95851f6a8b3279bf8eda0802dd9b87b738c8819 /textproc/emacs-wiki/Makefile | |
parent | 41f3cf5ddb8babb905777e8ab6debf8dd8fcbeb2 (diff) | |
download | freebsd-ports-gnome-a5e19d1179c4d94536d627c61cbf720430c33394.tar.gz freebsd-ports-gnome-a5e19d1179c4d94536d627c61cbf720430c33394.tar.zst freebsd-ports-gnome-a5e19d1179c4d94536d627c61cbf720430c33394.zip |
- Update to 2.68
PR: 78901
Submitted by: Dryice Liu (maintainer)
Diffstat (limited to 'textproc/emacs-wiki/Makefile')
-rw-r--r-- | textproc/emacs-wiki/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/emacs-wiki/Makefile b/textproc/emacs-wiki/Makefile index b807edb3211d..ade40b210c5b 100644 --- a/textproc/emacs-wiki/Makefile +++ b/textproc/emacs-wiki/Makefile @@ -6,7 +6,7 @@ # PORTNAME= emacs-wiki -PORTVERSION= 2.67.1 +PORTVERSION= 2.68 CATEGORIES= textproc elisp MASTER_SITES= http://www.mwolson.org/static/dist/emacs-wiki/ \ http://bsdchat.com/dist/dryice/ @@ -15,6 +15,7 @@ PKGNAMESUFFIX= -${EMACS_PORT_NAME} MAINTAINER= dryice@liu.com.cn COMMENT= Create and use hyperlinks and simple formatting in plain text files +WRKSRC= ${WRKDIR}/${PORTNAME} EMACS_PORT_NAME?= emacs21 .if ${EMACS_PORT_NAME} != "emacs21" |