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/exmh/Makefile | |
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/exmh/Makefile')
-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} \ |