diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-09-28 23:45:19 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-09-28 23:45:19 +0000 |
commit | 74229775b973bf0c33bd9436f5b0a746eeb37969 (patch) | |
tree | 5d4e66709491aed07ae928c51fae69157f1624cd /x11/xbindkeys | |
parent | 6db3e9759143a289ef428a48fbbee9d44e6e11b3 (diff) |
- Convert to staging
Notes
Notes:
svn path=/head/; revision=328631
Diffstat (limited to 'x11/xbindkeys')
-rw-r--r-- | x11/xbindkeys/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile index a767b16de675..f2192ec8151b 100644 --- a/x11/xbindkeys/Makefile +++ b/x11/xbindkeys/Makefile @@ -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> |