pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
tarlz: Fixed infodir.
Module Name: pkgsrc-wip
Committed By: Aleksej Lebedev <root%zta.lk@localhost>
Pushed By: zhtw
Date: Thu Mar 12 14:10:39 2020 +0100
Changeset: 538b943dcc30e2685f6f128425a5a7858a9a4ab6
Modified Files:
tarlz/Makefile
tarlz/PLIST
Log Message:
tarlz: Fixed infodir.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=538b943dcc30e2685f6f128425a5a7858a9a4ab6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
tarlz/Makefile | 8 +++++---
tarlz/PLIST | 4 ++--
2 files changed, 7 insertions(+), 5 deletions(-)
diffs:
diff --git a/tarlz/Makefile b/tarlz/Makefile
index 8810e3fb6d..542717dc3d 100644
--- a/tarlz/Makefile
+++ b/tarlz/Makefile
@@ -15,9 +15,11 @@ USE_LANGUAGES= c++
TOOLS+= gmake
-CONFIGURE_ARGS+= --prefix=${PREFIX} --mandir=${PREFIX}/${PKGMANDIR}
-CONFIGURE_ARGS+= CXXFLAGS="${CFLAGS}"
-CONFIGURE_ARGS+= LDFLAGS="${LDFLAGS}"
+CONFIGURE_ARGS+= --prefix=${PREFIX}
+CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
+CONFIGURE_ARGS+= --infodir=${PREFIX}/${PKGINFODIR}
+CONFIGURE_ARGS+= CXXFLAGS="${CFLAGS}"
+CONFIGURE_ARGS+= LDFLAGS="${LDFLAGS}"
.include "../../wip/lzlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/tarlz/PLIST b/tarlz/PLIST
index 5c4c3111e1..bafc4a9706 100644
--- a/tarlz/PLIST
+++ b/tarlz/PLIST
@@ -1,5 +1,5 @@
@comment $NetBSD$
bin/tarlz
+info/dir
+info/tarlz.info
man/man1/tarlz.1
-share/info/dir
-share/info/tarlz.info
Home |
Main Index |
Thread Index |
Old Index