diff options
author | tron <tron@pkgsrc.org> | 2012-03-03 18:32:33 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2012-03-03 18:32:33 +0000 |
commit | ef4e3fb4f479bfc9f77e098d54dfa55a64f2c1f0 (patch) | |
tree | 40cc092d5c9a7d804cb7b77681897828fc62c6d4 /mail | |
parent | becd07fdbb462af7685909ff325ff12781df4bf1 (diff) | |
download | pkgsrc-ef4e3fb4f479bfc9f77e098d54dfa55a64f2c1f0.tar.gz |
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.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/elm/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/mail/elm/Makefile b/mail/elm/Makefile index af2d9004f5f..b9f798f5504 100644 --- a/mail/elm/Makefile +++ b/mail/elm/Makefile @@ -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,12 +29,16 @@ INSTALLATION_DIRS= share/nls/C .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 pre-configure: |