diff options
author | agc <agc@pkgsrc.org> | 1998-06-18 15:25:24 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-18 15:25:24 +0000 |
commit | b0ae9f3a282fc15fb6731cd37aa07af702b53874 (patch) | |
tree | efc72a07839c6f8a7c7b9983b8a3274a0da15516 /mail/exmh | |
parent | 542918d85498ce24db0e33cd806340d3f8b82bc6 (diff) | |
download | pkgsrc-b0ae9f3a282fc15fb6731cd37aa07af702b53874.tar.gz |
Remove MAN<sect> and CAT<sect> definitions from package Makefiles - these
are unnecessary with automatic manual page handling.
Diffstat (limited to 'mail/exmh')
-rw-r--r-- | mail/exmh/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/exmh/Makefile b/mail/exmh/Makefile index 2c144e4233f..fc8c38adb9c 100644 --- a/mail/exmh/Makefile +++ b/mail/exmh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1998/06/17 08:46:04 agc Exp $ +# $NetBSD: Makefile,v 1.11 1998/06/18 15:25:24 agc Exp $ # FreeBSD Id: Makefile,v 1.25 1998/02/15 05:36:54 peter Exp # @@ -44,8 +44,6 @@ TCLSH= tclsh8.0 # mail/faces # audio/rplay -MAN1= exmh.1 - do-build: @cd ${WRKSRC} && ${SETENV} PREFIX=${PREFIX} TCLSH=${TCLSH} \ WISH=${PREFIX}/bin/${WISH} WRKSRC=${WRKSRC} \ |