summaryrefslogtreecommitdiff
path: root/net/netatalk-devel/files/patch-aa
blob: 265e8f04a2862b2db7ce7d75a7fc47fc39bdefd4 (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
*** ../netatalk-1.4b2/Makefile	Wed Oct  9 20:14:20 1996
--- ./Makefile	Thu Jul 24 01:40:24 1997
***************
*** 1,15 ****
  # Root of installation. Subdirectories will be ${DESTDIR}/etc,
  # ${DESTDIR}/bin, and ${DESTDIR}/lib.
! DESTDIR=/usr/local/atalk
  
  # for system-level binaries
! SBINDIR=$(DESTDIR)/etc
  # for user-level binaries
  BINDIR=$(DESTDIR)/bin
  # for program libraries (*.a)
  LIBDIR=$(DESTDIR)/lib
  # for machine-independent resources (pagecount.ps, etc.)
! RESDIR=$(DESTDIR)/etc
  # for configuration files (AppleVolumes.system, etc.)
  ETCDIR=$(DESTDIR)/etc
  # for include files
--- 1,15 ----
  # Root of installation. Subdirectories will be ${DESTDIR}/etc,
  # ${DESTDIR}/bin, and ${DESTDIR}/lib.
! DESTDIR=$(PREFIX)
  
  # for system-level binaries
! SBINDIR=$(DESTDIR)/libexec
  # for user-level binaries
  BINDIR=$(DESTDIR)/bin
  # for program libraries (*.a)
  LIBDIR=$(DESTDIR)/lib
  # for machine-independent resources (pagecount.ps, etc.)
! RESDIR=$(DESTDIR)/share
  # for configuration files (AppleVolumes.system, etc.)
  ETCDIR=$(DESTDIR)/etc
  # for include files