diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 03:49:23 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 03:49:23 +0000 |
commit | 2d4b39159a8fec370da7498d4eab001d77981224 (patch) | |
tree | 8cf1fff8afd53207c9eb23df4fd8957aaf29abbb /news | |
parent | Rename PLIST.off to pkg-plist.off. (diff) |
Rename PLIST.nodocs to pkg-plist.nodocs.
Notes
Notes:
svn path=/head/; revision=33536
Diffstat (limited to 'news')
-rw-r--r-- | news/leafnode+/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/leafnode+/Makefile b/news/leafnode+/Makefile index 1d3d1b42d97b..cc00053cc96c 100644 --- a/news/leafnode+/Makefile +++ b/news/leafnode+/Makefile @@ -16,7 +16,7 @@ MAN8= checkgroups.8 fetchnews.8 leafnode.8 texpire.8 PKGINSTALL= ${WRKDIR}/INSTALL .if defined(NOPORTDOCS) -PLIST= ${PKGDIR}/PLIST.nodocs +PLIST= ${PKGDIR}/pkg-plist.nodocs .endif LEAFLIBDIR?= ${PREFIX}/lib/leafnode |