pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_rolling-replace Ugh, wrap long lines.
details: https://anonhg.NetBSD.org/pkgsrc/rev/1d0a2a488ae1
branches: trunk
changeset: 522226:1d0a2a488ae1
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Wed Dec 06 00:54:25 2006 +0000
description:
Ugh, wrap long lines.
diffstat:
pkgtools/pkg_rolling-replace/Makefile | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 2ed8145f9bc2 -r 1d0a2a488ae1 pkgtools/pkg_rolling-replace/Makefile
--- a/pkgtools/pkg_rolling-replace/Makefile Wed Dec 06 00:50:23 2006 +0000
+++ b/pkgtools/pkg_rolling-replace/Makefile Wed Dec 06 00:54:25 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/12/05 18:23:52 gdt Exp $
+# $NetBSD: Makefile,v 1.2 2006/12/06 00:54:25 xtraeme Exp $
DISTNAME= pkg_rolling-replace-0.04
PKGREVISION= 2
@@ -30,8 +30,10 @@
cp ${FILESDIR}/pkg_rolling-replace.sh ${WRKSRC}
do-install: check-pkgsrc-patch
- ${INSTALL_SCRIPT} ${WRKSRC}/pkg_rolling-replace.sh ${PREFIX}/sbin/pkg_rolling-replace
- ${INSTALL_SCRIPT} ${FILESDIR}/pkg_rolling-replace.8 ${PREFIX}/${PKGMANDIR}/man8/pkg_rolling-replace.8
+ ${INSTALL_SCRIPT} ${WRKSRC}/pkg_rolling-replace.sh \
+ ${PREFIX}/sbin/pkg_rolling-replace
+ ${INSTALL_SCRIPT} ${FILESDIR}/pkg_rolling-replace.8 \
+ ${PREFIX}/${PKGMANDIR}/man8/pkg_rolling-replace.8
check-pkgsrc-patch:
@${ECHO_N} "=> Checking for unsafe_depends support in pkgsrc..."; \
Home |
Main Index |
Thread Index |
Old Index