diff options
author | yyamano <yyamano> | 2002-03-23 17:44:21 +0000 |
---|---|---|
committer | yyamano <yyamano> | 2002-03-23 17:44:21 +0000 |
commit | 04768b08fecc9a30f80861faa8183ada54915f02 (patch) | |
tree | 77ecbf75a7d6f4c6bca38fc0cdbd1c8131303343 /audio/xmcd | |
parent | fec733260ce5d3121572a6060a4bc298fb1c4936 (diff) | |
download | pkgsrc-04768b08fecc9a30f80861faa8183ada54915f02.tar.gz |
Replace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467.
Diffstat (limited to 'audio/xmcd')
-rw-r--r-- | audio/xmcd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index 5e06e218c02..6dc9d242041 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2002/01/10 20:56:25 tron Exp $ +# $NetBSD: Makefile,v 1.31 2002/03/23 17:44:21 yyamano Exp $ DISTNAME= xmcd-3.0.2 CATEGORIES= audio @@ -27,7 +27,7 @@ post-patch: post-install: .for FILE in cda xmcd gobrowser - @${TEST} -n "${STRIPFLAG}" && \ + @${TEST} -n "${_STRIPFLAG_INSTALL}" && \ strip ${PREFIX}/lib/X11/xmcd/bin-${OPSYS}-${MACHINE_ARCH}/${FILE} .endfor ${MV} ${PREFIX}/man/cat1/cda.1 ${PREFIX}/man/man1/cda.1 |