diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 03:57:48 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 03:57:48 +0000 |
commit | 6600366280bf13f6696f2d91d8cae39ee921ada6 (patch) | |
tree | ca4779fe5bc1602cf53584a4d9318805e1444783 /net/ncplib | |
parent | a9026db5b0fe5445f34cc928543140ad97936050 (diff) | |
download | ports-6600366280bf13f6696f2d91d8cae39ee921ada6.tar.gz ports-6600366280bf13f6696f2d91d8cae39ee921ada6.zip |
Notes
Diffstat (limited to 'net/ncplib')
-rw-r--r-- | net/ncplib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ncplib/Makefile b/net/ncplib/Makefile index 59b293333275..68a4f02e85ed 100644 --- a/net/ncplib/Makefile +++ b/net/ncplib/Makefile @@ -32,7 +32,7 @@ MAN1= ncpasswd.1 ncprint.1 ncpsend.1 ncpurge.1 MAN8= ipxping.8 .if ${OSVERSION} >= 400000 -PLIST= ${PKGDIR}/PLIST.4 +PLIST= ${PKGDIR}/pkg-plist.4 .else MAN1+= ncplist.1 ncplogin.1 ncplogout.1 MAN8+= mount_nwfs.8 |