pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/hydra Fixed two pkglint warnings.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/091c7bb67a91
branches:  trunk
changeset: 515864:091c7bb67a91
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Jul 10 04:20:57 2006 +0000

description:
Fixed two pkglint warnings.

diffstat:

 security/hydra/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 21c123ff289a -r 091c7bb67a91 security/hydra/Makefile
--- a/security/hydra/Makefile   Mon Jul 10 04:18:30 2006 +0000
+++ b/security/hydra/Makefile   Mon Jul 10 04:20:57 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/05/12 23:35:55 adrianp Exp $
+# $NetBSD: Makefile,v 1.12 2006/07/10 04:20:57 rillig Exp $
 #
 
 DISTNAME=      ${PKGNAME_NOREV}-src
@@ -42,7 +42,7 @@
 .include "../../security/libssh/buildlink3.mk"
 
 pre-build:
-        @${CP:Q} ${PKGDIR}/PLIST ${WRKDIR}/.PLIST_SRC
+       ${CP} ${PKGDIR}/PLIST ${WRKDIR}/.PLIST_SRC
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/hydra ${PREFIX}/bin



Home | Main Index | Thread Index | Old Index