aboutsummaryrefslogtreecommitdiff
path: root/x11/tilda
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-02 08:05:23 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-02 08:05:23 +0000
commit25c7d4616260ad38c00d877906b76c0fe163b7c6 (patch)
tree50bb514e2f9b6109246e0a5665646c26678cccc2 /x11/tilda
parent75b7d7ffb172acfbc3b13d1eea0235e6cc3931f4 (diff)
downloadports-25c7d4616260ad38c00d877906b76c0fe163b7c6.tar.gz
ports-25c7d4616260ad38c00d877906b76c0fe163b7c6.zip
Notes
Diffstat (limited to 'x11/tilda')
-rw-r--r--x11/tilda/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/x11/tilda/Makefile b/x11/tilda/Makefile
index 3d4e2f03c6bd..f0aed0a37bf4 100644
--- a/x11/tilda/Makefile
+++ b/x11/tilda/Makefile
@@ -9,15 +9,16 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= rodrigo@bebik.net
COMMENT= Drop down x11 terminal with transparency support
-LIB_DEPENDS= confuse.0:${PORTSDIR}/devel/libconfuse
+LICENSE= GPLv2
+
+LIB_DEPENDS= libconfuse.so:${PORTSDIR}/devel/libconfuse
GNU_CONFIGURE= yes
USE_GNOME= gtk20 libglade2 vte
-USES= gmake pkgconfig
+USES= gmake gettext pkgconfig
DOCS= AUTHORS ChangeLog README TODO
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|ps -C tilda -o pid=|pgrep tilda|' \
${WRKSRC}/src/tilda.c
@@ -25,13 +26,10 @@ post-patch:
${WRKSRC}/src/tomboykeybinder.h
post-install:
-.if !defined (NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
-
@${ECHO_MSG} ""
@${ECHO_MSG} ""
@${ECHO_MSG} " ATTENTION:"