diff options
author | Dryice Dong Liu <dryice@FreeBSD.org> | 2011-10-26 15:07:37 +0000 |
---|---|---|
committer | Dryice Dong Liu <dryice@FreeBSD.org> | 2011-10-26 15:07:37 +0000 |
commit | 117fa96ec26a0633c0c1610e6c38725f4ba86f89 (patch) | |
tree | 0fb98cb8aefa834a524759db8a83284c5b7df6c2 /textproc/emacs-wiki | |
parent | 57350649189862298e6e1f8fed4707131218aaf7 (diff) |
Notes
Diffstat (limited to 'textproc/emacs-wiki')
-rw-r--r-- | textproc/emacs-wiki/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/emacs-wiki/Makefile b/textproc/emacs-wiki/Makefile index 5dbe0f9925f5..4c92537d0ece 100644 --- a/textproc/emacs-wiki/Makefile +++ b/textproc/emacs-wiki/Makefile @@ -13,12 +13,9 @@ MASTER_SITES= http://www.mwolson.org/static/dist/emacs-wiki/ \ http://dryice.name/computer/FreeBSD/distfiles/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} -MAINTAINER= dryice@dryice.name +MAINTAINER= dryice@FreeBSD.org COMMENT= Create and use hyperlinks and simple formatting in plain text files -DEPRECATED= Depends on textproc/htmlize.el, which is DEPRECATED -EXPIRATION_DATE= 2011-10-31 - USE_EMACS= yes EMACS_PORT_NAME?= emacs21 |