Date: Sat, 28 Sep 2013 23:45:19 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328631 - head/x11/xbindkeys Message-ID: <201309282345.r8SNjJMQ044813@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Sat Sep 28 23:45:19 2013 New Revision: 328631 URL: http://svnweb.freebsd.org/changeset/ports/328631 Log: - Convert to staging Modified: head/x11/xbindkeys/Makefile Modified: head/x11/xbindkeys/Makefile ============================================================================== --- head/x11/xbindkeys/Makefile Sat Sep 28 20:36:13 2013 (r328630) +++ head/x11/xbindkeys/Makefile Sat Sep 28 23:45:19 2013 (r328631) @@ -18,13 +18,11 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= xbindkeys.1 -PLIST_FILES= bin/xbindkeys %%EXAMPLESDIR%%/xbindkeysrc +PLIST_FILES= bin/xbindkeys %%EXAMPLESDIR%%/xbindkeysrc man/man1/xbindkeys.1.gz PLIST_DIRS= %%EXAMPLESDIR%% WISH= ${LOCALBASE}/bin/wish8.4 -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGUILE} @@ -35,8 +33,7 @@ CONFIGURE_ARGS+= --disable-guile .if ${PORT_OPTIONS:MTCL} RUN_DEPENDS+= wish8.4:${PORTSDIR}/x11-toolkits/tk84 -MAN1+= xbindkeys_show.1 -PLIST_FILES+= bin/xbindkeys_show +PLIST_FILES+= bin/xbindkeys_show man/man1/xbindkeys_show.1.gz .else CONFIGURE_ARGS+= --disable-tk .endif @@ -45,7 +42,7 @@ post-patch: @${REINPLACE_CMD} -e 's| wish | ${WISH} |g' ${WRKSRC}/xbindkeys_show post-install: - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/xbindkeysrc ${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/xbindkeysrc ${STAGEDIR}${EXAMPLESDIR} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309282345.r8SNjJMQ044813>