summaryrefslogtreecommitdiff
path: root/mail/elm
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2012-03-03 23:55:35 +0000
committertron <tron@pkgsrc.org>2012-03-03 23:55:35 +0000
commitbbacb9fdb0b1a068a47e757910666ad0afc00847 (patch)
tree8459f9e5724dda483591e6fee65204d4a7b493c4 /mail/elm
parentc9aec990535fa81ea4d5961eba2f0671123f77a1 (diff)
downloadpkgsrc-bbacb9fdb0b1a068a47e757910666ad0afc00847.tar.gz
Solve build problem under NetBSD 6.0 and newer differently by simply
not installing the formatted manual pages in general. They are of limited use anyway.
Diffstat (limited to 'mail/elm')
-rw-r--r--mail/elm/Makefile10
-rw-r--r--mail/elm/PLIST16
-rw-r--r--mail/elm/files/config.sh2
3 files changed, 4 insertions, 24 deletions
diff --git a/mail/elm/Makefile b/mail/elm/Makefile
index b9f798f5504..b4880f34419 100644
--- a/mail/elm/Makefile
+++ b/mail/elm/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.47 2012/03/03 18:32:33 tron Exp $
+# $NetBSD: Makefile,v 1.48 2012/03/03 23:55:35 tron Exp $
DISTNAME= elm2.5.8
PKGNAME= elm-2.5.8
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= mail
MASTER_SITES= http://www.instinct.org/elm/files/tarballs/
@@ -35,10 +35,6 @@ LIBC= /usr/lib/libSystem.dylib
LIBC= /usr/lib/libc.so
.endif
-.if (${OPSYS} == "NetBSD")
-MANINSTALL= maninstall catinstall
-.endif
-
SPECIAL_PERMS+= bin/elm ${ROOT_USER} mail 2755
pre-configure:
@@ -54,8 +50,6 @@ pre-configure:
post-install:
${LN} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/frm.1 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/nfrm.1
- ${LN} ${DESTDIR}${PREFIX}/${PKGMANDIR}/cat1/frm.1 \
- ${DESTDIR}${PREFIX}/${PKGMANDIR}/cat1/nfrm.1
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/mail/elm/PLIST b/mail/elm/PLIST
index caa8248e635..fc6d0073e2c 100644
--- a/mail/elm/PLIST
+++ b/mail/elm/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2010/04/15 06:50:46 dholland Exp $
+@comment $NetBSD: PLIST,v 1.7 2012/03/03 23:55:35 tron Exp $
bin/answer
bin/checkalias
bin/elm
@@ -25,20 +25,6 @@ lib/elm/help-selfolder
lib/elm/help-status
lib/elm/mime-types
lib/elm/mlists.eg
-man/cat1/answer.1
-man/cat1/checkalias.1
-man/cat1/elm.1
-man/cat1/elmalias.1
-man/cat1/fastmail.1
-man/cat1/frm.1
-man/cat1/listalias.1
-man/cat1/messages.1
-man/cat1/newalias.1
-man/cat1/newmail.1
-man/cat1/nfrm.1
-man/cat1/printmail.1
-man/cat1/readmsg.1
-man/cat1/wnewmail.1
man/man1/answer.1
man/man1/checkalias.1
man/man1/elm.1
diff --git a/mail/elm/files/config.sh b/mail/elm/files/config.sh
index 3fac655e1c7..4c21e66eeb1 100644
--- a/mail/elm/files/config.sh
+++ b/mail/elm/files/config.sh
@@ -241,7 +241,7 @@ maildir='/var/mail'
mailer='/usr/sbin/sendmail'
mailgrp='wheel'
mansrc='@DESTDIR@@PREFIX@/man/man1'
-catmansrc='@DESTDIR@@PREFIX@/man/cat1'
+catmansrc='none'
manext='.1'
manext_choice='.1'
catmanext='.1'