diff options
Diffstat (limited to 'editors/sam/Makefile')
-rw-r--r-- | editors/sam/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/sam/Makefile b/editors/sam/Makefile index d559f5ee8c1..bc5163ee48b 100644 --- a/editors/sam/Makefile +++ b/editors/sam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2007/01/30 23:10:52 joerg Exp $ +# $NetBSD: Makefile,v 1.36 2007/03/24 19:21:23 joerg Exp $ DISTNAME= sam PKGNAME= sam-4.3 @@ -19,6 +19,9 @@ MANCOMPRESSED= yes USE_X11BASE= yes MAKE_ENV+= X11PREFIX=${X11PREFIX:Q} +INSTALLATION_DIRS= bin include lib/X11/app-defaults \ + ${PKGMANDIR}/man1 ${PKGMANDIR}/man3 ${PKGMANDIR}/man4 ${PKGMANDIR}/man6 + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" |