summaryrefslogtreecommitdiff
path: root/security/pidentd/files/patch-ab
blob: 48cac4d2519d238af319220d4cc9bf3d81859e32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
*** 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)