mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
e1a019e5ed
PR: 13414 Submitted by: Ade Lovett <ade@lovett.com>
15 lines
308 B
Plaintext
15 lines
308 B
Plaintext
--- Makefile.orig Thu Oct 6 19:41:10 1994
|
|
+++ Makefile Fri Aug 27 13:05:53 1999
|
|
@@ -4,8 +4,9 @@
|
|
PROG= tftpd
|
|
MAN8= tftpd.8
|
|
|
|
-ETCDIR?=${DESTDIR}/etc
|
|
-BINDIR?=${DESTDIR}/usr/libexec
|
|
+ETCDIR=${PREFIX}/etc
|
|
+BINDIR=${PREFIX}/libexec
|
|
+MANDIR=${PREFIX}/man/man
|
|
|
|
CFLAGS+=-DCONFIGFILE='"${ETCDIR}/tftpd.conf"'
|
|
|