mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
23 lines
462 B
Plaintext
23 lines
462 B
Plaintext
*** Makefile Thu Oct 6 17:41:10 1994
|
|
--- Makefile Mon Mar 20 12:39:08 1995
|
|
***************
|
|
*** 4,11 ****
|
|
PROG= tftpd
|
|
MAN8= tftpd.8
|
|
|
|
! ETCDIR?=${DESTDIR}/etc
|
|
! BINDIR?=${DESTDIR}/usr/libexec
|
|
|
|
CFLAGS+=-DCONFIGFILE='"${ETCDIR}/tftpd.conf"'
|
|
|
|
--- 4,12 ----
|
|
PROG= tftpd
|
|
MAN8= tftpd.8
|
|
|
|
! ETCDIR=${DESTDIR}/usr/local/etc
|
|
! BINDIR=${DESTDIR}/usr/local/libexec
|
|
! MANDIR=${DESTDIR}/usr/local/man/man
|
|
|
|
CFLAGS+=-DCONFIGFILE='"${ETCDIR}/tftpd.conf"'
|
|
|