pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/sam honour PKGMANDIR



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6daffb17d5ff
branches:  trunk
changeset: 648172:6daffb17d5ff
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Mar 12 17:32:58 2015 +0000

description:
honour PKGMANDIR

diffstat:

 editors/sam/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 1d14d9b0997a -r 6daffb17d5ff editors/sam/Makefile
--- a/editors/sam/Makefile      Thu Mar 12 17:27:50 2015 +0000
+++ b/editors/sam/Makefile      Thu Mar 12 17:32:58 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2013/04/06 12:04:00 rodent Exp $
+# $NetBSD: Makefile,v 1.41 2015/03/12 17:32:58 tnn Exp $
 
 DISTNAME=              sam
 PKGNAME=               sam-4.3
@@ -24,7 +24,9 @@
 INSTALLATION_DIRS=     bin include lib/X11/app-defaults \
        ${PKGMANDIR}/man1 ${PKGMANDIR}/man3 ${PKGMANDIR}/man4 ${PKGMANDIR}/man6
 
-INSTALL_MAKE_FLAGS+=   PREFIX=${DESTDIR}${PREFIX} X11PREFIX=${DESTDIR}${X11PREFIX}
+INSTALL_MAKE_FLAGS+=   PREFIX=${DESTDIR}${PREFIX:Q}            \
+                       X11PREFIX=${DESTDIR}${X11PREFIX:Q}      \
+                       MAN=${PKGMANDIR}
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index