diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 11:57:48 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 11:57:48 +0800 |
commit | 221513805922cc45d23e367ab51796154b97f377 (patch) | |
tree | bf87b506f269ba38c2d0b6c2be78cb5e7b6761f0 /net/ncplib/Makefile | |
parent | 425f85f87bf9edda53d49f2c4f626d70eb4a3a03 (diff) | |
download | freebsd-ports-gnome-221513805922cc45d23e367ab51796154b97f377.tar.gz freebsd-ports-gnome-221513805922cc45d23e367ab51796154b97f377.tar.zst freebsd-ports-gnome-221513805922cc45d23e367ab51796154b97f377.zip |
Rename PLIST.4 to pkg-plist.4.
Diffstat (limited to 'net/ncplib/Makefile')
-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 |