diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-02 08:05:23 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-02 08:05:23 +0000 |
commit | 25c7d4616260ad38c00d877906b76c0fe163b7c6 (patch) | |
tree | 50bb514e2f9b6109246e0a5665646c26678cccc2 /x11 | |
parent | 75b7d7ffb172acfbc3b13d1eea0235e6cc3931f4 (diff) | |
download | ports-25c7d4616260ad38c00d877906b76c0fe163b7c6.tar.gz ports-25c7d4616260ad38c00d877906b76c0fe163b7c6.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/tilda/Makefile | 14 |
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:" |