pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/lcab Honour PKGMANDIR, remove some excessive...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc55271fa1e7
branches:  trunk
changeset: 516242:dc55271fa1e7
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jul 17 17:34:17 2006 +0000

description:
Honour PKGMANDIR, remove some excessive :Qing.

diffstat:

 archivers/lcab/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r cfc242e15b8c -r dc55271fa1e7 archivers/lcab/Makefile
--- a/archivers/lcab/Makefile   Mon Jul 17 17:32:30 2006 +0000
+++ b/archivers/lcab/Makefile   Mon Jul 17 17:34:17 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2006/02/09 18:07:57 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2006/07/17 17:34:17 joerg Exp $
 #
 
 DISTNAME=              lcab-1.0b10
@@ -13,9 +13,9 @@
 
 GNU_CONFIGURE=         yes
 
-INSTALLATION_DIRS=     man/man1
+INSTALLATION_DIRS=     ${PKGMANDIR}/man1
 
 post-install:
-       ${INSTALL_MAN} ${WRKSRC:Q}/lcab.1 ${PREFIX:Q}/man/man1/lcab.1
+       ${INSTALL_MAN} ${WRKSRC}/lcab.1 ${PREFIX}/${PKGMANDIR}/man1/lcab.1
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index