svn commit: r328631 - head/x11/xbindkeys

Eitan Adler eadler at FreeBSD.org
Sat Sep 28 23:45:20 UTC 2013


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>


More information about the svn-ports-head mailing list