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/Makefile | |
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/Makefile')
-rw-r--r-- | net/pcnfsd/Makefile | 5 |
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> |