summaryrefslogtreecommitdiff
path: root/editors/tamago
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2014-08-30 14:28:41 +0000
committerHiroki Sato <hrs@FreeBSD.org>2014-08-30 14:28:41 +0000
commit89828186fd76fd0eed1b247989180486e28e6c00 (patch)
tree1d766ac1161433b6ee740dabbfea16565a86a25e /editors/tamago
parentRemove ports related to Adobe Reader. (diff)
- STAGEDIR support
- Update WWW in pkg-descr.
Notes
Notes: svn path=/head/; revision=366622
Diffstat (limited to 'editors/tamago')
-rw-r--r--editors/tamago/Makefile15
-rw-r--r--editors/tamago/pkg-descr2
2 files changed, 8 insertions, 9 deletions
diff --git a/editors/tamago/Makefile b/editors/tamago/Makefile
index 5e8fceccd1f2..04f24443a614 100644
--- a/editors/tamago/Makefile
+++ b/editors/tamago/Makefile
@@ -15,7 +15,7 @@ PATCH_SITES= ${MASTER_SITE_DEBIAN:S,%SUBDIR%,pool/main/e/egg,} \
PATCHFILES= egg_4.0.6+0.20041122cvs-19.diff.gz
PATCH_DIST_STRIP= -p1
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= hrs@FreeBSD.org
COMMENT= The Multilingual Input Method - Egg V4
LICENSE= GPLv2
@@ -30,7 +30,6 @@ PORTDOCS= AUTHORS ChangeLog ChangeLog.1997-1998 \
README.Debian changelog.Debian
OPTIONS_DEFINE= DOCS
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${EMACS_PORT_NAME} == emacs21 || \
@@ -48,17 +47,17 @@ pre-configure:
post-build:
cd ${WRKSRC}/helper && \
- ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} \
- ${_MAKE_JOBS} ${MAKE_ARGS} egg-helper
+ ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} \
+ ${_MAKE_JOBS} ${MAKE_ARGS} egg-helper
${INSTALL_DATA} ${WRKSRC}/debian/changelog ${WRKSRC}/changelog.Debian
${INSTALL_DATA} ${WRKSRC}/debian/README.Debian ${WRKSRC}
post-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/helper/egg-helper ${PREFIX}/bin/egg-helper
+ ${INSTALL_PROGRAM} ${WRKSRC}/helper/egg-helper \
+ ${STAGEDIR}${PREFIX}/bin/egg-helper
.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
- cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.endif
- @${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
diff --git a/editors/tamago/pkg-descr b/editors/tamago/pkg-descr
index 1d1ae915c355..63b2fb907100 100644
--- a/editors/tamago/pkg-descr
+++ b/editors/tamago/pkg-descr
@@ -13,4 +13,4 @@ This package also includes enhancements from Debian, some of which are:
- Partial support for Wnn7/Wnn8.
- Support connection to cannaserver using UNIX domain socket.
-WWW: http://www.m17n.org/tamago/
+WWW: http://git.chise.org/gitweb/?p=elisp/tamago.git;a=summary