diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2015-02-01 16:45:59 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2015-02-01 16:45:59 +0000 |
commit | f534b6cf0ae7051fbaabae34a0329c14e8659888 (patch) | |
tree | fc2f3024a7b4e76f950e3d0ed31628e27a5d0583 /editors/tamago/Makefile | |
parent | c12fa584d0bc04d1663ce199eaa2fe9cf1db432a (diff) | |
download | ports-f534b6cf0ae7051fbaabae34a0329c14e8659888.tar.gz ports-f534b6cf0ae7051fbaabae34a0329c14e8659888.zip |
- Use fboundp instead of boundp to check binding of
deactivate-input-method.
- Remove an extra flag for test(1) in Makefile.in.
- Use with-current-buffer instead of a save-excursion + set-buffer pair.
- Fix (fboundp finalize) in egg/wnn.el and egg/canna.el.
- Remove HAS_JISX0213 check.
- Nuke *.el files from plist.
Notes
Notes:
svn path=/head/; revision=378252
Diffstat (limited to 'editors/tamago/Makefile')
-rw-r--r-- | editors/tamago/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/editors/tamago/Makefile b/editors/tamago/Makefile index 9101dca0021d..4274c4543cb6 100644 --- a/editors/tamago/Makefile +++ b/editors/tamago/Makefile @@ -3,7 +3,7 @@ PORTNAME= tamago PORTVERSION= 4.0.6.0.20041122.19 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= editors elisp MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/e/egg @@ -31,13 +31,7 @@ PORTDOCS= AUTHORS ChangeLog ChangeLog.1997-1998 \ README.Debian changelog.Debian OPTIONS_DEFINE= DOCS -.include <bsd.port.pre.mk> - -.if ${EMACS_PORT_NAME:Memacs2[1234]} -PLIST_SUB+= HAS_JISX0213="" -.else -PLIST_SUB+= HAS_JISX0213="@comment " -.endif +.include <bsd.port.options.mk> post-build: cd ${WRKSRC}/helper && \ @@ -54,4 +48,4 @@ post-install: cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |