diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-03-30 18:05:40 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-03-30 18:05:40 +0000 |
commit | e2dc4d6fdb30c1c36ec766afe11066f6bc4190b1 (patch) | |
tree | 054055e67e7b3ad6763d20c584410f776bc81baa | |
parent | fa6e768d650c2f2e8b02c9954df9b0bb983cd807 (diff) | |
download | ports-e2dc4d6fdb30c1c36ec766afe11066f6bc4190b1.tar.gz ports-e2dc4d6fdb30c1c36ec766afe11066f6bc4190b1.zip |
Notes
-rw-r--r-- | x11/xbindkeys/Makefile | 16 | ||||
-rw-r--r-- | x11/xbindkeys/distinfo | 2 |
2 files changed, 12 insertions, 6 deletions
diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile index a0e7011aa31a..19d9cc30d4d7 100644 --- a/x11/xbindkeys/Makefile +++ b/x11/xbindkeys/Makefile @@ -7,14 +7,13 @@ # PORTNAME= xbindkeys -PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTVERSION= 1.5.0 CATEGORIES= x11 MASTER_SITES= http://hocwp.free.fr/xbindkeys/ MAINTAINER= obraun@informatik.unibw-muenchen.de -INSTALL_TARGET= install-binPROGRAMS install-man +INSTALL_TARGET= install-binPROGRAMS .if defined(WITH_GUI) RUN_DEPENDS= wish:${PORTSDIR}/x11-toolkits/tk83 @@ -27,7 +26,10 @@ USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${X11BASE}/include" -MAN1= xbindkeys.1 xbindkeys_show.1 +MAN1= xbindkeys.1 +.if defined(WITH_GUI) +MAN1+= xbindkeys_show.1 +.endif pre-fetch: .if !defined(WITH_GUI) @@ -36,10 +38,14 @@ pre-fetch: @${ECHO} "" .endif -.if !defined(NOPORTDOCS) post-install: +.if !defined(NOPORTDOCS) @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/xbindkeysrc ${EXAMPLESDIR} .endif + ${INSTALL_MAN} ${WRKSRC}/xbindkeys.1 ${MANPREFIX}/man/man1 +.if defined(WITH_GUI) + ${INSTALL_MAN} ${WRKSRC}/xbindkeys_show.1 ${MANPREFIX}/man/man1 +.endif .include <bsd.port.mk> diff --git a/x11/xbindkeys/distinfo b/x11/xbindkeys/distinfo index 116bcdad5a58..df49ee848844 100644 --- a/x11/xbindkeys/distinfo +++ b/x11/xbindkeys/distinfo @@ -1 +1 @@ -MD5 (xbindkeys-1.4.1.tar.gz) = 0f3c7dfa4a2cce4365ace4d19cadbaed +MD5 (xbindkeys-1.5.0.tar.gz) = 64126c9d0af6a5c8835f0c3b9e18d0e7 |