pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/arc Honour PKGMANDIR, remove some excessive ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1aa15675717f
branches: trunk
changeset: 516236:1aa15675717f
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Jul 17 17:20:14 2006 +0000
description:
Honour PKGMANDIR, remove some excessive :Qing and drop .gz from man page.
diffstat:
archivers/arc/Makefile | 10 +++++-----
archivers/arc/PLIST | 4 ++--
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (35 lines):
diff -r c7c3c4401c93 -r 1aa15675717f archivers/arc/Makefile
--- a/archivers/arc/Makefile Mon Jul 17 17:17:43 2006 +0000
+++ b/archivers/arc/Makefile Mon Jul 17 17:20:14 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2006/05/03 05:55:28 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2006/07/17 17:20:14 joerg Exp $
DISTNAME= arc-5.21o
CATEGORIES= archivers
@@ -11,11 +11,11 @@
PKG_INSTALLATION_TYPES= overwrite pkgviews
-INSTALLATION_DIRS= bin man/man1
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC:Q}/arc ${PREFIX:Q}/bin/
- ${INSTALL_PROGRAM} ${WRKSRC:Q}/marc ${PREFIX:Q}/bin/
- ${INSTALL_MAN} ${WRKSRC:Q}/arc.1 ${PREFIX:Q}/man/man1/
+ ${INSTALL_PROGRAM} ${WRKSRC}/arc ${PREFIX}/bin/
+ ${INSTALL_PROGRAM} ${WRKSRC}/marc ${PREFIX}/bin/
+ ${INSTALL_MAN} ${WRKSRC}/arc.1 ${PREFIX}/${PKGMANDIR}/man1/
.include "../../mk/bsd.pkg.mk"
diff -r c7c3c4401c93 -r 1aa15675717f archivers/arc/PLIST
--- a/archivers/arc/PLIST Mon Jul 17 17:17:43 2006 +0000
+++ b/archivers/arc/PLIST Mon Jul 17 17:20:14 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 20:24:14 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/07/17 17:20:14 joerg Exp $
bin/arc
bin/marc
-man/man1/arc.1.gz
+man/man1/arc.1
Home |
Main Index |
Thread Index |
Old Index