diff options
author | asami <asami@FreeBSD.org> | 1995-04-15 13:42:12 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-15 13:42:12 +0800 |
commit | 3082b65401d86adab3138444cabed9ab721b1e5d (patch) | |
tree | 28191a575627276dda55393a292bc03acf550a9c /net/pcnfsd | |
parent | bb2019ec1aaf0255d4d77b19b77c486b614784ef (diff) | |
download | freebsd-ports-gnome-3082b65401d86adab3138444cabed9ab721b1e5d.tar.gz freebsd-ports-gnome-3082b65401d86adab3138444cabed9ab721b1e5d.tar.zst freebsd-ports-gnome-3082b65401d86adab3138444cabed9ab721b1e5d.zip |
Update of net Makefiles! Am I done? :)
Diffstat (limited to 'net/pcnfsd')
-rw-r--r-- | net/pcnfsd/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/pcnfsd/Makefile b/net/pcnfsd/Makefile index 76bbafd6c93b..bd5bab7105ce 100644 --- a/net/pcnfsd/Makefile +++ b/net/pcnfsd/Makefile @@ -3,10 +3,13 @@ # Date created: Oct 6, 1994 # Whom: pst # -MASTER_SITES= ftp://bcm.tmc.edu/pcnfs/ -CATEGORIES+= networking + DISTNAME= pcnfsd.93.02.16 +PKGNAME= pcnfsd-93.02.16 +CATEGORIES+= networking +MASTER_SITES= ftp://bcm.tmc.edu/pcnfs/ EXTRACT_SUFX= .tar.Z + NO_WRKSUBDIR= .include <bsd.port.mk> |