diff options
Diffstat (limited to 'net/pcnfsd')
-rw-r--r-- | net/pcnfsd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/pcnfsd/Makefile b/net/pcnfsd/Makefile index d06117ca641c..fd9785cb3e25 100644 --- a/net/pcnfsd/Makefile +++ b/net/pcnfsd/Makefile @@ -3,7 +3,7 @@ # Date created: Oct 6, 1994 # Whom: pst # -# $Id: Makefile,v 1.5 1996/04/21 19:26:10 asami Exp $ +# $Id: Makefile,v 1.6 1996/11/18 11:35:40 asami Exp $ # DISTNAME= pcnfsd.93.02.16 @@ -12,6 +12,8 @@ CATEGORIES= net MASTER_SITES= ftp://bcm.tmc.edu/pcnfs/ EXTRACT_SUFX= .tar.Z +MAINTAINER= pst@FreeBSD.org + NO_WRKSUBDIR= .include <bsd.port.mk> |