summaryrefslogtreecommitdiff
path: root/net/pcnfsd
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-12-01 01:23:27 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-12-01 01:23:27 +0000
commit49f337d203a35b330e9816734307eae928c9ad22 (patch)
tree9c7a58bc72f073465ca4da2b58638cc25beb2f62 /net/pcnfsd
parentCleaned up post-install target. (diff)
General Makefile cleanup
Add MAINATERS mkdir -p ==> ${MKDIR} cp ==> ${CP} install ==> ${INSTALL}/${INSTALL_*} etc...
Notes
Notes: svn path=/head/; revision=4738
Diffstat (limited to 'net/pcnfsd')
-rw-r--r--net/pcnfsd/Makefile4
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>