diff options
author | danilo <danilo@FreeBSD.org> | 2013-09-29 21:46:14 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-09-29 21:46:14 +0800 |
commit | 07dea01c8a470560e2dd9eb6fc7e692d76682399 (patch) | |
tree | e11f7ba34c408d35214d41c24482ffce0d18d77d /editors/tea | |
parent | 75b3f70a8b9535562981d90c61635899e318e4e3 (diff) | |
download | freebsd-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/Makefile | 11 |
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> |