Sat Mar 3 18:32:34 2012 UTC ()
The "elm" package always installs formatted and unformatted manual pages.
Make sure that we don't strip the ".cat" pages from the package list
under NetBSD 6.0 and newer.


(tron)
diff -r1.46 -r1.47 pkgsrc/mail/elm/Makefile

cvs diff -r1.46 -r1.47 pkgsrc/mail/elm/Makefile (expand / switch to context diff)
--- pkgsrc/mail/elm/Makefile 2011/04/22 13:44:02 1.46
+++ pkgsrc/mail/elm/Makefile 2012/03/03 18:32:33 1.47
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2011/04/22 13:44:02 obache Exp $
+# $NetBSD: Makefile,v 1.47 2012/03/03 18:32:33 tron Exp $
 
 DISTNAME=		elm2.5.8
 PKGNAME=		elm-2.5.8
@@ -29,10 +29,14 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-.if (${OPSYS} == Darwin)
+.if (${OPSYS} == "Darwin")
 LIBC=			/usr/lib/libSystem.dylib
 .else
 LIBC=			/usr/lib/libc.so
+.endif
+
+.if (${OPSYS} == "NetBSD")
+MANINSTALL=	maninstall catinstall
 .endif
 
 SPECIAL_PERMS+=		bin/elm ${ROOT_USER} mail 2755