diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-11-30 23:33:50 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-11-30 23:33:50 +0000 |
commit | e7cf917330889e0255c3c473a82a15f77a8fe457 (patch) | |
tree | 26c2d563fa0347b3c186c770721f1e819757afa0 /news/tin | |
parent | Remove share/games at deinstall. I'm not sure whether this port should (diff) |
Remove tin.5 on deinstall
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=50782
Diffstat (limited to 'news/tin')
-rw-r--r-- | news/tin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index fe16e9c66b73..25a88ddbe164 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -40,6 +40,7 @@ CONFIGURE_ENV= CFLAGS='${CFLAGS} -DNNTP_SERVER_FILE="\"${PREFIX}/etc/nntpserver LDFLAGS='${LDFLAGS} -L${LOCALBASE}/lib' ALL_TARGET= build MAN1= tin.1 +MAN5= tin.5 .if defined(WITH_TIN_NNTP_ONLY) CONFIGURE_ARGS+= --enable-nntp-only |