pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/xbin Fixed PKGMANDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6401cea6a7a
branches:  trunk
changeset: 521444:b6401cea6a7a
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Nov 12 02:50:21 2006 +0000

description:
Fixed PKGMANDIR.

diffstat:

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

diffs (26 lines):

diff -r 8bf01091bca3 -r b6401cea6a7a archivers/xbin/Makefile
--- a/archivers/xbin/Makefile   Sun Nov 12 02:28:45 2006 +0000
+++ b/archivers/xbin/Makefile   Sun Nov 12 02:50:21 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2006/02/09 18:20:58 rillig Exp $
+# $NetBSD: Makefile,v 1.23 2006/11/12 02:50:21 rillig Exp $
 #
 
 DISTNAME=      ${PRGNAME}unix
@@ -30,7 +30,7 @@
 CFLAGS.Interix+=       -DBSD
 CFLAGS.Darwin+=                -DBSD
 
-INSTALLATION_DIRS=     bin man/cat1
+INSTALLATION_DIRS=     bin ${PKGMANDIR}/cat1
 
 post-extract:
 .for dfile in ${DISTFILES}
@@ -43,6 +43,6 @@
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC:Q}/${PRGNAME:Q} ${PREFIX:Q}/bin
-       ${INSTALL_MAN} ${WRKSRC:Q}/${PRGNAME:Q}.man ${PREFIX:Q}/man/cat1/${PRGNAME:Q}.0
+       ${INSTALL_MAN} ${WRKSRC:Q}/${PRGNAME:Q}.man ${PREFIX:Q}/${PKGMANDIR}/cat1/${PRGNAME:Q}.0
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index