diff options
author | asami <asami@FreeBSD.org> | 2000-06-01 16:55:23 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-06-01 16:55:23 +0800 |
commit | 9383a0453b5c4837b85403c9567a71aae3b97884 (patch) | |
tree | 8596aefdbfa5f58d72452fbf865cd4507276827d /news | |
parent | e71a3f0dc54a63817f7fc4a40e458d8aa7250bb2 (diff) | |
download | freebsd-ports-gnome-9383a0453b5c4837b85403c9567a71aae3b97884.tar.gz freebsd-ports-gnome-9383a0453b5c4837b85403c9567a71aae3b97884.tar.zst freebsd-ports-gnome-9383a0453b5c4837b85403c9567a71aae3b97884.zip |
Add manpage. Note this port still doesn't pass the mtree test since it
modifies ownerships of some directories.
Submitted by: bento
Diffstat (limited to 'news')
-rw-r--r-- | news/leafnode/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/news/leafnode/Makefile b/news/leafnode/Makefile index 5ceacafcbf48..cd5a4ea6271f 100644 --- a/news/leafnode/Makefile +++ b/news/leafnode/Makefile @@ -19,6 +19,7 @@ CONFIGURE_ARGS= --quiet MAKE_ARGS= LOCKFILE=/var/spool/lock/news/fetchnews.lck \ LIBDIR=${PREFIX}/lib/leafnode MAN1= newsq.1 +MAN7= pcre.7 MAN8= fetchnews.8 applyfilter.8 leafnode.8 texpire.8 checkgroups.8 .include <bsd.port.mk> |