--- bbkeys-0.9.0/Makefile Thu Mar 17 13:32:22 2005 +++ bbkeys-0.9.0/Makefile Thu Mar 17 16:43:34 2005 @@ -2,11 +2,12 @@ # Date created: 17 June 2000 # Whom: Patrick Seal # -# $FreeBSD: ports/x11-wm/bbkeys/Makefile,v 1.14 2005/03/17 18:32:22 novel Exp $ +# $FreeBSD: ports/x11-wm/bbkeys/Makefile,v 1.12 2004/08/10 18:51:20 krion Exp $ # PORTNAME= bbkeys PORTVERSION= 0.9.0 +PORTEPOCH= 1 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,15 +20,15 @@ USE_X_PREFIX= yes USE_PERL5= yes GNU_CONFIGURE= yes -USE_GNOME= gnomehack pkgconfig +USE_REINPLACE= yes MAN1= bbkeys.1 MAN5= bbkeysrc.5 -PORTDOCS= AUTHORS BUGS ChangeLog NEWS README -PLIST_FILES= bin/bbkeys share/bbkeys/bbkeysrc share/bbkeys/defaultStyle +PORTDOCS= AUTHORS BUGS ChangeLog LICENSE NEWS README TODO +PLIST_FILES= bin/bbkeys share/bbkeys/bbkeysrc share/${PORTNAME}/defaultStyle post-patch: - @${PERL} -pi -e 's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's#: install-docDATA#:#g' ${WRKSRC}/Makefile.in post-install: .if !defined(NOPORTDOCS) @@ -36,7 +37,8 @@ ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif - @${ECHO_CMD} "@unexec ${RMDIR} %D/share/bbtools 2>/dev/null || true" \ + @${ECHO_CMD} "@unexec ${RMDIR} %D/share/bbkeys 2>/dev/null || true" \ >> ${TMPPLIST} + @${CAT} ${PKGMESSAGE} .include --- bbkeys-0.9.0/pkg-message Wed Dec 31 19:00:00 1969 +++ bbkeys-0.9.0/pkg-message Thu Mar 17 03:52:02 2005 @@ -0,0 +1,7 @@ +******************************************************************************** +* This version of bbkeys includes various changes in features, behaviour and * +* configuration. See the README for details of the changes. * +* * +* You can create a new bbkeys configuration by copying some or all of bbkeysrc * +* to your ~/.bbkeysrc file. The new sytax resembles the blackbox menu config. * +********************************************************************************