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/patches | |
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/patches')
-rw-r--r-- | wm/evilwm/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/evilwm/patches/patch-aa b/wm/evilwm/patches/patch-aa index d01e96e964f..867c119830e 100644 --- a/wm/evilwm/patches/patch-aa +++ b/wm/evilwm/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.5 2003/01/23 01:32:56 grant Exp $ +$NetBSD: patch-aa,v 1.6 2003/01/30 14:27:47 salo Exp $ --- Makefile.orig Fri Dec 6 07:35:00 2002 +++ Makefile @@ -10,7 +10,7 @@ $NetBSD: patch-aa,v 1.5 2003/01/23 01:32:56 grant Exp $ # Edit this line if you don't want evilwm to install under /usr. # Note that $(DESTDIR) is used by the Debian build process. -prefix = $(DESTDIR)/usr -+prefix = ${X11PREFIX} ++prefix = ${PREFIX} -XROOT = /usr/X11R6 +XROOT = ${X11PREFIX} |