mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
c499e87397
some FreeBSD patches now in the main distribution. Reviewed by:torstenb
57 lines
1.2 KiB
Plaintext
57 lines
1.2 KiB
Plaintext
*** Makefile.orig Mon Jun 5 21:49:08 1995
|
|
--- Makefile Fri Jul 28 04:53:59 1995
|
|
***************
|
|
*** 15,21 ****
|
|
#
|
|
TAR=tar
|
|
MAKE=make
|
|
! DESTROOT=/usr/local
|
|
DESTDIR=$(DESTROOT)/sbin
|
|
MANROOT=$(DESTROOT)/man
|
|
MANDIR=$(MANROOT)/man8
|
|
--- 15,21 ----
|
|
#
|
|
TAR=tar
|
|
MAKE=make
|
|
! DESTROOT=${PREFIX}
|
|
DESTDIR=$(DESTROOT)/sbin
|
|
MANROOT=$(DESTROOT)/man
|
|
MANDIR=$(MANROOT)/man8
|
|
***************
|
|
*** 42,48 ****
|
|
# GLIBS=-lident -ldes
|
|
GLIBS=
|
|
|
|
! CFLAGS=-O
|
|
|
|
all:
|
|
@echo "Please specify the type of system you wish to build for."
|
|
--- 42,48 ----
|
|
# GLIBS=-lident -ldes
|
|
GLIBS=
|
|
|
|
! #CFLAGS=-O
|
|
|
|
all:
|
|
@echo "Please specify the type of system you wish to build for."
|
|
***************
|
|
*** 387,394 ****
|
|
|
|
install: in.identd
|
|
cp identd.man $(MANDIR)/identd.$(MANSECT)
|
|
echo ".so man$(MANSECT)/identd.$(MANSECT)" > $(MANDIR)/in.identd.$(MANSECT)
|
|
! cp in.identd $(DESTDIR)/in.identd
|
|
|
|
tests:
|
|
(cd testdir ; make)
|
|
--- 387,394 ----
|
|
|
|
install: in.identd
|
|
cp identd.man $(MANDIR)/identd.$(MANSECT)
|
|
echo ".so man$(MANSECT)/identd.$(MANSECT)" > $(MANDIR)/in.identd.$(MANSECT)
|
|
! cp in.identd $(DESTDIR)/identd
|
|
|
|
tests:
|
|
(cd testdir ; make)
|
|
cp in.identd $(DESTDIR)/in.identd
|