pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/dact Fixed pkglint warnings.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8189e88dc9b5
branches:  trunk
changeset: 518081:8189e88dc9b5
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Aug 31 06:39:11 2006 +0000

description:
Fixed pkglint warnings.

diffstat:

 archivers/dact/Makefile |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (21 lines):

diff -r 25128b7818fa -r 8189e88dc9b5 archivers/dact/Makefile
--- a/archivers/dact/Makefile   Wed Aug 30 21:11:37 2006 +0000
+++ b/archivers/dact/Makefile   Thu Aug 31 06:39:11 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/05/26 08:44:28 adam Exp $
+# $NetBSD: Makefile,v 1.19 2006/08/31 06:39:11 rillig Exp $
 
 DISTNAME=      dact-0.8.41
 CATEGORIES=    archivers
@@ -14,10 +14,7 @@
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}
 
-INSTALLATION_DIRS=     bin man/man1
-
-pre-install:
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/dact
+INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1 share/examples/dact
 
 .include "../../archivers/bzip2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index