pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/lcab Fixed pkglint -Wall warnings, as noted ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5f48c18bf9c
branches:  trunk
changeset: 507841:b5f48c18bf9c
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Feb 09 18:07:57 2006 +0000

description:
Fixed pkglint -Wall warnings, as noted in PR 32773.

diffstat:

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

diffs (17 lines):

diff -r 35f4d5ab73a9 -r b5f48c18bf9c archivers/lcab/Makefile
--- a/archivers/lcab/Makefile   Thu Feb 09 17:20:47 2006 +0000
+++ b/archivers/lcab/Makefile   Thu Feb 09 18:07:57 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/07/28 00:18:19 minskim Exp $
+# $NetBSD: Makefile,v 1.3 2006/02/09 18:07:57 rillig Exp $
 #
 
 DISTNAME=              lcab-1.0b10
@@ -16,6 +16,6 @@
 INSTALLATION_DIRS=     man/man1
 
 post-install:
-       ${INSTALL_MAN} ${WRKSRC}/lcab.1 ${PREFIX}/man/man1/lcab.1
+       ${INSTALL_MAN} ${WRKSRC:Q}/lcab.1 ${PREFIX:Q}/man/man1/lcab.1
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index