pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/mplayer-share Make action line begin from t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bf19018f4515
branches: trunk
changeset: 509878:bf19018f4515
user: taca <taca%pkgsrc.org@localhost>
date: Fri Mar 17 02:53:00 2006 +0000
description:
Make action line begin from tab character removing two spaces.
diffstat:
multimedia/mplayer-share/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 65be3f67ef98 -r bf19018f4515 multimedia/mplayer-share/Makefile
--- a/multimedia/mplayer-share/Makefile Thu Mar 16 23:52:30 2006 +0000
+++ b/multimedia/mplayer-share/Makefile Fri Mar 17 02:53:00 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/03/11 04:20:36 reed Exp $
+# $NetBSD: Makefile,v 1.9 2006/03/17 02:53:00 taca Exp $
.include "Makefile.common"
@@ -24,6 +24,6 @@
${FIND} ${PREFIX}/share/mplayer/DOCS -type d -exec ${CHMOD} \
${PKGDIRMODE} \{\} \;
${FIND} ${PREFIX}/share/mplayer/DOCS -type f -exec ${CHMOD} \
- ${SHAREMODE} \{\} \;
+ ${SHAREMODE} \{\} \;
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index