1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/security/pidentd/files/patch-ab

54 lines
986 B
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,393 ****
install: in.identd
cp identd.8 $(MANDIR)/identd.8
! cp in.identd $(DESTDIR)/in.identd
tests:
(cd testdir ; make)
--- 387,393 ----
install: in.identd
cp identd.8 $(MANDIR)/identd.8
! cp in.identd $(DESTDIR)/identd
tests:
(cd testdir ; make)