diff options
author | agc <agc> | 1998-06-18 15:25:24 +0000 |
---|---|---|
committer | agc <agc> | 1998-06-18 15:25:24 +0000 |
commit | 8e393fbf5b58c8bb10c0a9c089ac192f21dc1b9c (patch) | |
tree | efc72a07839c6f8a7c7b9983b8a3274a0da15516 /mail/fetchmail | |
parent | d9b0f9556e0188d2c48aa10775838daf64f80479 (diff) | |
download | pkgsrc-8e393fbf5b58c8bb10c0a9c089ac192f21dc1b9c.tar.gz |
Remove MAN<sect> and CAT<sect> definitions from package Makefiles - these
are unnecessary with automatic manual page handling.
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 38de3c7bb0b..cae878338f7 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/06/03 13:10:25 agc Exp $ +# $NetBSD: Makefile,v 1.9 1998/06/18 15:25:24 agc Exp $ # $FreeBSD Id: Makefile,v 1.55 1998/01/29 17:13:07 ache Exp # @@ -10,7 +10,6 @@ MAINTAINER= ve@sci.fi GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="${CFLAGS}" -MAN1= fetchmail.1 .include "../../mk/bsd.prefs.mk" |