diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-01 08:23:30 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-01 08:23:30 +0000 |
commit | 6b3ced65a9deb69397f933bdf210de26f4fa05d8 (patch) | |
tree | 2c439fcb8c2ce5afc32bce959a86197ed1c59730 /net/pcnfsd/files/Makefile.inc | |
parent | Upgrade to 1.0j. (diff) |
Move Makefile.inc to ${FILESDIR}, copy it to ${WRKSRC} during extract
and include it explicitly.
The previous method of relying in the implicit inclusion of "../Makefile.inc"
broke when WRKDIRPREFIX is set.
Notes
Notes:
svn path=/head/; revision=14983
Diffstat (limited to 'net/pcnfsd/files/Makefile.inc')
-rw-r--r-- | net/pcnfsd/files/Makefile.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/pcnfsd/files/Makefile.inc b/net/pcnfsd/files/Makefile.inc new file mode 100644 index 000000000000..d91164de241f --- /dev/null +++ b/net/pcnfsd/files/Makefile.inc @@ -0,0 +1,7 @@ +# +# 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 |