pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/xmcd Stop to use internal variable _STRIPFLAG_IN...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/43754430b9dc
branches:  trunk
changeset: 545681:43754430b9dc
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Aug 10 02:41:26 2008 +0000

description:
Stop to use internal variable _STRIPFLAG_INSTALL to detect need to strip or not.
It is handled automatically with tools wrapper script.
Part of PR 15107.

diffstat:

 audio/xmcd/Makefile |  10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diffs (24 lines):

diff -r 34129cbe064e -r 43754430b9dc audio/xmcd/Makefile
--- a/audio/xmcd/Makefile       Sun Aug 10 01:19:46 2008 +0000
+++ b/audio/xmcd/Makefile       Sun Aug 10 02:41:26 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2008/07/15 18:44:27 tron Exp $
+# $NetBSD: Makefile,v 1.71 2008/08/10 02:41:26 obache Exp $
 
 DISTNAME=      xmcd-3.0.2
 PKGREVISION=   10
@@ -52,11 +52,9 @@
 SUBST_VARS.xmcd=       MACHINE_ARCH
 
 post-install:
-       if [ -n "${_STRIPFLAG_INSTALL}" ]; then                         \
-               for file in cda xmcd gobrowser; do                      \
-                       strip ${ARCHBIN}/$$file;                        \
-               done;                                                   \
-       fi
+       for file in cda xmcd gobrowser; do                      \
+               strip ${ARCHBIN}/$$file;                        \
+       done;
 
 .if ${OPSYS} != "SunOS"
 .include "../../devel/ncurses/buildlink3.mk"



Home | Main Index | Thread Index | Old Index