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.
26 lines
466 B
Makefile
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>
|