diff options
author | trevor <trevor@FreeBSD.org> | 2001-01-08 05:52:37 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2001-01-08 05:52:37 +0800 |
commit | 40550f8a2b9848bb6cbad559aaa7ba35b5845598 (patch) | |
tree | 63ecdbcf7f664ce2292fe6bc3af0a73945061cc8 /x11-wm/aewm/files | |
parent | 27ea639ccac55c6d7da4a3c676848df3fec11c07 (diff) | |
download | freebsd-ports-graphics-40550f8a2b9848bb6cbad559aaa7ba35b5845598.tar.gz freebsd-ports-graphics-40550f8a2b9848bb6cbad559aaa7ba35b5845598.tar.zst freebsd-ports-graphics-40550f8a2b9848bb6cbad559aaa7ba35b5845598.zip |
Update to 1.1.1.
Diffstat (limited to 'x11-wm/aewm/files')
-rw-r--r-- | x11-wm/aewm/files/patch-Makefile | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/x11-wm/aewm/files/patch-Makefile b/x11-wm/aewm/files/patch-Makefile index eb9ba3af036..acee185d353 100644 --- a/x11-wm/aewm/files/patch-Makefile +++ b/x11-wm/aewm/files/patch-Makefile @@ -1,15 +1,17 @@ ---- Makefile.orig Mon Nov 6 17:30:23 2000 -+++ Makefile Sat Dec 16 20:53:51 2000 -@@ -2,10 +2,9 @@ - # Copyright (c) 1998-2000 Decklin Foster <decklin@red-bean.com> - # Free software! Please see README for details and license. -- +--- Makefile.orig Mon Jan 1 21:43:57 2001 ++++ Makefile Sun Jan 7 13:40:03 2001 +@@ -25,12 +25,11 @@ + + # This should be set to the location of the X installation you want to + # compile against. +-XROOT = /usr/X11R6 ++XROOT = $(X11BASE) + + # -------------------------------------------------------------------- -CC = gcc -CFLAGS = -g -O2 -Wall +CC ?= gcc --XROOT = $(DESTDIR)/usr/X11R6 -+XROOT = $(X11BASE) - INCLUDES = -I$(XROOT)/include - LDPATH = -L$(XROOT)/lib - LIBS = -lXext -lX11 + BINDIR = $(DESTDIR)$(XROOT)/bin + MANDIR = $(DESTDIR)$(XROOT)/man/man1 |