aboutsummaryrefslogtreecommitdiffstats
path: root/editors/tea
diff options
context:
space:
mode:
authordanilo <danilo@FreeBSD.org>2013-09-29 21:46:14 +0800
committerdanilo <danilo@FreeBSD.org>2013-09-29 21:46:14 +0800
commit07dea01c8a470560e2dd9eb6fc7e692d76682399 (patch)
treee11f7ba34c408d35214d41c24482ffce0d18d77d /editors/tea
parent75b3f70a8b9535562981d90c61635899e318e4e3 (diff)
downloadfreebsd-ports-gnome-07dea01c8a470560e2dd9eb6fc7e692d76682399.tar.gz
freebsd-ports-gnome-07dea01c8a470560e2dd9eb6fc7e692d76682399.tar.zst
freebsd-ports-gnome-07dea01c8a470560e2dd9eb6fc7e692d76682399.zip
- Change maintainer email to @FreeBSD.org
- Add stage support Approved by: wg (mentor)
Diffstat (limited to 'editors/tea')
-rw-r--r--editors/tea/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/editors/tea/Makefile b/editors/tea/Makefile
index f23104ef3ef4..71972c128e58 100644
--- a/editors/tea/Makefile
+++ b/editors/tea/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 36.0.3
CATEGORIES= editors
MASTER_SITES= http://semiletov.org/tea/dloads/
-MAINTAINER= danilogondolfo@gmail.com
+MAINTAINER= danilo@FreeBSD.org
COMMENT= Simple and powerful Qt4-based text editor
LICENSE= GPLv3
@@ -25,7 +25,6 @@ PORTDOCS= *
DESKTOP_ENTRIES="TEA" "" "${PREFIX}/share/pixmaps/tea_icon_v2.png" \
"${PORTNAME}" "" ""
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MASPELL}
@@ -53,12 +52,10 @@ do-configure:
do-install:
(cd ${WRKSRC}/bin \
- && ${INSTALL_PROGRAM} tea ${PREFIX}/bin)
+ && ${INSTALL_PROGRAM} tea ${STAGEDIR}${PREFIX}/bin)
(cd ${WRKSRC}/icons \
- && ${INSTALL_DATA} tea_icon_v2.png ${PREFIX}/share/pixmaps)
-.if ${PORT_OPTIONS:MDOCS}
+ && ${INSTALL_DATA} tea_icon_v2.png ${STAGEDIR}${PREFIX}/share/pixmaps)
(cd ${WRKSRC}/manuals \
- && ${COPYTREE_SHARE} . ${DOCSDIR})
-.endif
+ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>