summaryrefslogtreecommitdiff
path: root/editors/tamago
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2013-02-02 18:12:15 +0000
committerHiroki Sato <hrs@FreeBSD.org>2013-02-02 18:12:15 +0000
commit4242ff1e340e10461dd2c0ab9d2fca6d161ec74b (patch)
treec796b50e797226fe79f7c6e9c35870489f987472 /editors/tamago
parent702fa9b3773757ebb5254a4191eabdd8072a3a4f (diff)
downloadfreebsd-ports-4242ff1e340e10461dd2c0ab9d2fca6d161ec74b.zip
- Add LICENSE.
- Style fix. Submitted by: Yasuhiro KIMURA PR: ports/175286
Diffstat (limited to 'editors/tamago')
-rw-r--r--editors/tamago/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/editors/tamago/Makefile b/editors/tamago/Makefile
index 2d00ba72e1ef..8300acfd08ed 100644
--- a/editors/tamago/Makefile
+++ b/editors/tamago/Makefile
@@ -1,13 +1,9 @@
-# New ports collection makefile for: tamago
-# Date created: 6 March 2000
-# Whom: tetsushi NAKAI <nakai@tsl.pe.u-tokyo.ac.jp>
-#
+# Created by: tetsushi NAKAI <nakai@tsl.pe.u-tokyo.ac.jp>
# $FreeBSD$
-#
PORTNAME= tamago
PORTVERSION= 4.0.6.0.20041122.19
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= editors elisp
MASTER_SITES= ${MASTER_SITE_DEBIAN}
MASTER_SITE_SUBDIR= pool/main/e/egg
@@ -22,6 +18,8 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= hrs@FreeBSD.org
COMMENT= The Multilingual Input Method - Egg V4
+LICENSE= GPLv2
+
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_EMACS= yes
@@ -56,7 +54,7 @@ post-build:
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/helper/egg-helper ${PREFIX}/bin/egg-helper
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif