mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
12b03cb3ff
- rename in.identd to identd - fix paths in manpage
56 lines
1022 B
Plaintext
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)
|