1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/security/pidentd/files/patch-ab
Torsten Blum 12b03cb3ff - upgrade to 2.6.1
- rename in.identd to identd
- fix paths in manpage
1995-07-27 20:30:09 +00:00

56 lines
1022 B
Plaintext

*** Makefile.orig Mon Jun 5 19:49:08 1995
--- Makefile Thu Jul 27 21:10:17 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
***************
*** 44,50 ****
CFLAGS=-O
! all:
@echo "Please specify the type of system you wish to build for."
@echo "Valid systems are:"
@echo ""
--- 44,52 ----
CFLAGS=-O
! all: freebsd
!
! fake:
@echo "Please specify the type of system you wish to build for."
@echo "Valid systems are:"
@echo ""
***************
*** 387,393 ****
install: in.identd
cp identd.8 $(MANDIR)/identd.8
! cp in.identd $(DESTDIR)/in.identd
tests:
(cd testdir ; make)
--- 389,395 ----
install: in.identd
cp identd.8 $(MANDIR)/identd.8
! cp in.identd $(DESTDIR)/identd
tests:
(cd testdir ; make)