diff options
author | salo <salo@pkgsrc.org> | 2003-05-17 05:41:09 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-05-17 05:41:09 +0000 |
commit | 6503867c4734f29ee6daee9afe648d03d1d8d496 (patch) | |
tree | 2fbe0981901343c631ed5402c7d2f09472b1dc6a /wm/bbpager/Makefile | |
parent | 5170124d42aa6c27ac48b2535a042cd82afd2bb7 (diff) | |
download | pkgsrc-6503867c4734f29ee6daee9afe648d03d1d8d496.tar.gz |
PKGREVISON++
- install into LOCALBASE, not X11BASE.
- style cosmetics (DESCR has 80 columns, sort CATEGORIES, whitespace)
Diffstat (limited to 'wm/bbpager/Makefile')
-rw-r--r-- | wm/bbpager/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/wm/bbpager/Makefile b/wm/bbpager/Makefile index 705894e9013..e440212bdf4 100644 --- a/wm/bbpager/Makefile +++ b/wm/bbpager/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2002/12/14 00:21:36 jschauma Exp $ +# $NetBSD: Makefile,v 1.4 2003/05/17 05:41:10 salo Exp $ # DISTNAME= bbpager-0.3.1 -CATEGORIES= x11 wm +PKGREVISION= 1 +CATEGORIES= wm x11 MASTER_SITES= http://bbtools.thelinuxcommunity.org/sources/ MAINTAINER= packages@netbsd.org @@ -11,7 +12,7 @@ COMMENT= pager for the blackbox window manager GNU_CONFIGURE= YES USE_BUILDLINK2= YES -USE_X11BASE= YES +USE_X11= YES post-install: ${INSTALL_MAN} ${WRKSRC}/bbpager.1 ${PREFIX}/man/man1 |