pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/lzip Use ${PKGINFODIR}



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c29d14e2e410
branches:  trunk
changeset: 598722:c29d14e2e410
user:      sbd <sbd%pkgsrc.org@localhost>
date:      Sun Jan 29 08:41:22 2012 +0000

description:
Use ${PKGINFODIR}

diffstat:

 archivers/lzip/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 352a19dd3f83 -r c29d14e2e410 archivers/lzip/Makefile
--- a/archivers/lzip/Makefile   Sun Jan 29 08:26:32 2012 +0000
+++ b/archivers/lzip/Makefile   Sun Jan 29 08:41:22 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2011/10/21 21:26:47 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2012/01/29 08:41:22 sbd Exp $
 #
 
 DISTNAME=      lzip-1.12
@@ -15,7 +15,7 @@
 USE_LANGUAGES=         c++
 HAS_CONFIGURE=         yes
 CONFIGURE_ARGS=                --prefix=${PREFIX}
-CONFIGURE_ARGS+=       --infodir=${PREFIX}/info
+CONFIGURE_ARGS+=       --infodir=${PREFIX}/${PKGINFODIR}
 CONFIGURE_ARGS+=       --mandir=${PREFIX}/${PKGMANDIR}
 INFO_FILES=            YES
 



Home | Main Index | Thread Index | Old Index