mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
6b3ced65a9
and include it explicitly. The previous method of relying in the implicit inclusion of "../Makefile.inc" broke when WRKDIRPREFIX is set.
8 lines
198 B
Makefile
8 lines
198 B
Makefile
#
|
|
# Directories for pcnfsd(8)
|
|
# $Id: Makefile.inc,v 1.2 1995/05/12 12:23:06 asami Exp $
|
|
#
|
|
BINDIR= ${DESTDIR}/usr/local/libexec
|
|
MANDIR= ${DESTDIR}/usr/local/man/man
|
|
PRDIR= ${DESTDIR}/var/spool/pcnfs
|