aboutsummaryrefslogtreecommitdiffstats
path: root/net/pcnfsd
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1996-12-01 09:23:27 +0800
committerobrien <obrien@FreeBSD.org>1996-12-01 09:23:27 +0800
commit8efcf00b2e5836ef32baf7637535242a296a8c38 (patch)
tree6d6249f3f223daa0ca98c880b13d349c86a0942c /net/pcnfsd
parent238c02c9d9fee5aee4bb8357a9efa521b3d1364e (diff)
downloadfreebsd-ports-gnome-8efcf00b2e5836ef32baf7637535242a296a8c38.tar.gz
freebsd-ports-gnome-8efcf00b2e5836ef32baf7637535242a296a8c38.tar.zst
freebsd-ports-gnome-8efcf00b2e5836ef32baf7637535242a296a8c38.zip
General Makefile cleanup
Add MAINATERS mkdir -p ==> ${MKDIR} cp ==> ${CP} install ==> ${INSTALL}/${INSTALL_*} etc...
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>