View | Details | Raw Unified | Return to bug 144122
Collapse All | Expand All

(-)GNUmakefile (-3 / +4 lines)
Lines 5-11 Link Here
5
# $FreeBSD: projects/csup/GNUmakefile,v 1.7 2006/03/06 00:36:23 mux Exp $
5
# $FreeBSD: projects/csup/GNUmakefile,v 1.7 2006/03/06 00:36:23 mux Exp $
6
#
6
#
7
7
8
PREFIX?=/usr/local
8
PREFIX?=/usr
9
OWNER?=	0
9
OWNER?=	0
10
GROUP?=	0
10
GROUP?=	0
11
11
Lines 59-63 csup.1.gz: csup.1 Link Here
59
	gzip -cn $< > $@
59
	gzip -cn $< > $@
60
60
61
install: csup csup.1.gz
61
install: csup csup.1.gz
62
	install -s -o $(OWNER) -g $(GROUP) csup $(PREFIX)/bin
62
	mkdir -pv "$(DESTDIR)$(PREFIX)"/bin "$(DESTDIR)$(PREFIX)"/share/man/man1
63
	install -s -o $(OWNER) -g $(GROUP) csup.1.gz $(PREFIX)/share/man/man1
63
	install -s csup "$(DESTDIR)$(PREFIX)"/bin
64
	install csup.1.gz "$(DESTDIR)$(PREFIX)"/share/man/man1

Return to bug 144122