summaryrefslogtreecommitdiff
path: root/net/pcnfsd/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-12-01 08:23:30 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-12-01 08:23:30 +0000
commit6b3ced65a9deb69397f933bdf210de26f4fa05d8 (patch)
tree2c439fcb8c2ce5afc32bce959a86197ed1c59730 /net/pcnfsd/Makefile
parentUpgrade 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/Makefile')
-rw-r--r--net/pcnfsd/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/pcnfsd/Makefile b/net/pcnfsd/Makefile
index 1699e73d09d7..6f41986302eb 100644
--- a/net/pcnfsd/Makefile
+++ b/net/pcnfsd/Makefile
@@ -3,7 +3,7 @@
# Date created: Oct 6, 1994
# Whom: pst
#
-# $Id: Makefile,v 1.8 1997/07/10 15:50:52 pst Exp $
+# $Id: Makefile,v 1.9 1998/08/24 08:41:36 hoek Exp $
#
DISTNAME= pcnfsd.93.02.16
@@ -19,4 +19,7 @@ MANCOMPRESSED= maybe
NO_WRKSUBDIR=
+post-extract:
+ ${CP} ${FILESDIR}/Makefile.inc ${WRKSRC}
+
.include <bsd.port.mk>