diff options
author | agc <agc> | 1998-06-18 15:25:24 +0000 |
---|---|---|
committer | agc <agc> | 1998-06-18 15:25:24 +0000 |
commit | 1b21c91f6356470339762f1afe9d53f469b4ba4a (patch) | |
tree | efc72a07839c6f8a7c7b9983b8a3274a0da15516 /mail/pine | |
parent | 311a3ac2d6acbca253cacfdf6980ded033c65c54 (diff) | |
download | pkgsrc-1b21c91f6356470339762f1afe9d53f469b4ba4a.tar.gz |
Remove MAN<sect> and CAT<sect> definitions from package Makefiles - these
are unnecessary with automatic manual page handling.
Diffstat (limited to 'mail/pine')
-rw-r--r-- | mail/pine/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/pine/Makefile b/mail/pine/Makefile index 72f814b02cf..37fb25f611c 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1998/06/07 19:52:23 frueauf Exp $ +# $NetBSD: Makefile,v 1.13 1998/06/18 15:25:25 agc Exp $ # FreeBSD Id: Makefile,v 1.21 1997/03/26 02:12:07 ache Exp # # Note: If you want to have pine's default behaviour of not allowing @@ -16,8 +16,6 @@ MAINTAINER= packages@netbsd.org CONFLICTS= pico-2.9 -MAN1= pine.1 pico.1 pilot.1 - post-patch: ${CP} -f ${WRKSRC}/pine/osdep/os-neb.h ${WRKSRC}/pine/osdep/os-neb.h.orig ${SED} \ |