pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/32773: package update (pkglint warnings)
>Number: 32773
>Category: pkg
>Synopsis: package update to remove pkglint warnings
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: support
>Submitter-Id: net
>Arrival-Date: Wed Feb 08 11:35:00 +0000 2006
>Originator: Iain Hibbert
>Release: NetBSD 3.99.15
>Organization:
http://maps.google.com/maps?q=ireland&ll=52.2711,-9.8630&spn=0.0244,0.0822&t=k
>Environment:
System: NetBSD galant 3.99.15 NetBSD 3.99.15 (GALANT) #49: Mon Feb 6 21:24:32
GMT 2006 plunky@galant:/home/plunky/src/sys/arch/i386/compile/GALANT i386
Architecture: i386
Machine: i386
>Description:
pkglint warnings regarding quoting of variables, this patch fixes that
>How-To-Repeat:
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/archivers/lcab/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile 28 Jul 2004 00:18:19 -0000 1.2
+++ Makefile 8 Feb 2006 11:18:49 -0000
@@ -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"
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index