1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/x11-wm/icewm/files/patch-aa
Vanilla I. Shu 8461865421 Upgrade to 0.8.14,
please DON'T modify Whom on Makefile.
PR:		ports/6199
Submitted by:	Yukihiro Nakai <Nakai@technologist.com>
1998-04-04 14:31:37 +00:00

31 lines
850 B
Plaintext

--- Makefile.orig Fri Apr 3 17:09:47 1998
+++ Makefile Fri Apr 3 17:12:42 1998
@@ -1,12 +1,12 @@
-PREFIX = /usr/local
+PREFIX = $(X11BASE)
BINDIR = $(PREFIX)/bin
LIBDIR = $(PREFIX)/lib/X11/icewm
-ETCDIR = /etc/X11/icewm
+ETCDIR = $(LIBDIR)
-INSTALL = install
-INSTALLDIR = $(INSTALL) -m 755 -d
-INSTALLBIN = $(INSTALL) -m 555
+INSTALL = install -c
+INSTALLDIR = mkdir -p
+INSTALLBIN = $(INSTALL) $(STRIP) -m 555
INSTALLLIB = $(INSTALL) -m 444
#INSTALLETC = $(INSTALL) -m 644
@@ -16,8 +16,7 @@
XPMDIRS = themes/nice themes/motif themes/win95 themes/warp3 themes/warp4 themes/win31 themes/metal ledclock taskbar icons
all:
- (cd src ; make LIBDIR=$(LIBDIR) ETCDIR=$(ETCDIR))
- (cd doc ; make)
+ (cd src ; make LIBDIR=$(LIBDIR) ETCDIR=$(ETCDIR) PREFIX=$(PREFIX))
doc:
(cd doc ; make)