diff options
author | salo <salo@pkgsrc.org> | 2003-01-30 14:27:47 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-01-30 14:27:47 +0000 |
commit | d7e9620ccb9b62db6a99aff62dcc2100fb9c0a87 (patch) | |
tree | bd254bbb16e9a2502d7771958f6ad2191a91aa81 /wm/evilwm/Makefile | |
parent | 0845f46758f10dab8cef18fe0d1773274d76773f (diff) | |
download | pkgsrc-d7e9620ccb9b62db6a99aff62dcc2100fb9c0a87.tar.gz |
There is no reason to install into X11PREFIX, follow the white PREFIX.
Bump PKGREVISION.
Closes PR pkg/20118 by Jonathan Perkin.
Diffstat (limited to 'wm/evilwm/Makefile')
-rw-r--r-- | wm/evilwm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/wm/evilwm/Makefile b/wm/evilwm/Makefile index 6c55d5f8050..dd2af7889f2 100644 --- a/wm/evilwm/Makefile +++ b/wm/evilwm/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2003/01/19 06:07:19 salo Exp $ +# $NetBSD: Makefile,v 1.4 2003/01/30 14:27:47 salo Exp $ # DISTNAME= evilwm_0.99.14.orig PKGNAME= evilwm-0.99.14 +PKGREVISION= 1 CATEGORIES= wm x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=evilwm/} @@ -13,7 +14,7 @@ COMMENT= Minimalist Window Manager for X WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} USE_GMAKE= YES -USE_X11BASE= YES +USE_X11= YES ALL_TARGET= allinone |