1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/security/pidentd/files/patch-ab

56 lines
1.3 KiB
Plaintext
Raw Normal View History

*** 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 idecrypt
cp identd.man $(MANDIR)/identd.$(MANSECT)
echo ".so man$(MANSECT)/identd.$(MANSECT)" > $(MANDIR)/in.identd.$(MANSECT)
! cp in.identd $(DESTDIR)/in.identd
cp idecrypt.man $(MANDIR)/idecrypt.$(MANSECT)
cp idecrypt $(DESTDIR)/idecrypt
--- 387,394 ----
install: in.identd idecrypt
cp identd.man $(MANDIR)/identd.$(MANSECT)
echo ".so man$(MANSECT)/identd.$(MANSECT)" > $(MANDIR)/in.identd.$(MANSECT)
! cp in.identd $(DESTDIR)/identd
cp idecrypt.man $(MANDIR)/idecrypt.$(MANSECT)
cp idecrypt $(DESTDIR)/idecrypt