diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-24 19:21:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-24 19:21:18 +0000 |
commit | 161c920c15367de281f689f6f1177c3a33e63cc6 (patch) | |
tree | a57573ceef3abc19d705671351ee7db9e9292311 /editors | |
parent | 8c89cf7eab0786e7a5f162a44198b342e5fd87d0 (diff) | |
download | pkgsrc-161c920c15367de281f689f6f1177c3a33e63cc6.tar.gz |
Prepare for switching to NO_MTREE=yes.
Diffstat (limited to 'editors')
-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" |