From 6335386b1c559148ccc94dc247802ff54d99fbab Mon Sep 17 00:00:00 2001 From: obache Date: Sun, 10 Aug 2008 02:41:26 +0000 Subject: 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. --- audio/xmcd/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'audio/xmcd') diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index 69373e0fc1c..f53200bf1b7 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -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_FILES.xmcd= libdi_d/config.sh misc_d/start.sh install.sh 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" -- cgit v1.2.3