pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/logcheck Removed the leading "@" from shell c...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c69b5b16c5fa
branches: trunk
changeset: 514665:c69b5b16c5fa
user: rillig <rillig%pkgsrc.org@localhost>
date: Fri Jun 16 09:17:21 2006 +0000
description:
Removed the leading "@" from shell commands.
diffstat:
security/logcheck/Makefile | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (26 lines):
diff -r ddb4a50886c5 -r c69b5b16c5fa security/logcheck/Makefile
--- a/security/logcheck/Makefile Fri Jun 16 09:12:35 2006 +0000
+++ b/security/logcheck/Makefile Fri Jun 16 09:17:21 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/03/04 21:30:34 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2006/06/16 09:17:21 rillig Exp $
DISTNAME= logcheck-1.1.1
PKGREVISION= 1
@@ -20,12 +20,12 @@
.endfor
pre-configure:
- @${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old
- @${SED} -e "s+/usr/local+${PREFIX}+g" \
+ ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old
+ ${SED} -e "s+/usr/local+${PREFIX}+g" \
< ${WRKSRC}/Makefile.old > ${WRKSRC}/Makefile
- @${MV} ${WRKSRC}/systems/freebsd/logcheck.sh \
+ ${MV} ${WRKSRC}/systems/freebsd/logcheck.sh \
${WRKSRC}/systems/freebsd/logcheck.sh.old
- @${SED} -e "s+/usr/local+${PREFIX}+g" \
+ ${SED} -e "s+/usr/local+${PREFIX}+g" \
-e "s+@PKG_SYSCONFDIR@+${PKG_SYSCONFDIR}+g" \
${WRKSRC}/systems/freebsd/logcheck.sh.old > \
${WRKSRC}/systems/freebsd/logcheck.sh
Home |
Main Index |
Thread Index |
Old Index