diff options
author | tonio <tonio@pkgsrc.org> | 2005-10-20 15:55:01 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-10-20 15:55:01 +0000 |
commit | c28760869c8a52369f16f41ded3ad9b952e074dc (patch) | |
tree | 1ec04453b5f211d6aaa003421f3ecd40956c3345 /wm/fluxbox/Makefile | |
parent | 33a5d8ce27668cab06da2c799e2ee77b47d155fc (diff) | |
download | pkgsrc-c28760869c8a52369f16f41ded3ad9b952e074dc.tar.gz |
Take care of nonportable use of grep in fluxbox-generate-menu
This should fix the build under openbsd and solaris
Diffstat (limited to 'wm/fluxbox/Makefile')
-rw-r--r-- | wm/fluxbox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/fluxbox/Makefile b/wm/fluxbox/Makefile index a1f8230d06a..722fa951cc6 100644 --- a/wm/fluxbox/Makefile +++ b/wm/fluxbox/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2005/09/27 12:49:04 tonio Exp $ +# $NetBSD: Makefile,v 1.29 2005/10/20 15:55:01 tonio Exp $ # DISTNAME= fluxbox-0.9.14 +PKGREVISION= 1 CATEGORIES= wm x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fluxbox/} EXTRACT_SUFX= .tar.bz2 |