mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
36 lines
1.1 KiB
Plaintext
36 lines
1.1 KiB
Plaintext
|
*** ../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
|