freebsd-ports/net/pcnfsd/Makefile
Satoshi Asami 6b3ced65a9 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.
1998-12-01 08:23:30 +00:00

26 lines
466 B
Makefile

# New ports collection makefile for: pcnfsd
# Version required: 93.02.16
# Date created: Oct 6, 1994
# Whom: pst
#
# $Id: Makefile,v 1.9 1998/08/24 08:41:36 hoek Exp $
#
DISTNAME= pcnfsd.93.02.16
PKGNAME= pcnfsd-93.02.16
CATEGORIES= net
MASTER_SITES= ftp://bcm.tmc.edu/pcnfs/
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
MAN8= pcnfsd.8
MANCOMPRESSED= maybe
NO_WRKSUBDIR=
post-extract:
${CP} ${FILESDIR}/Makefile.inc ${WRKSRC}
.include <bsd.port.mk>