From 930cb12113de91fbe004e440c6b3b1cdc565cc46 Mon Sep 17 00:00:00 2001 From: grant Date: Sun, 8 Jun 2003 15:30:08 +0000 Subject: drop some unneeded parens --- audio/faad2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/faad2') diff --git a/audio/faad2/Makefile b/audio/faad2/Makefile index 80ffdf6f659..ccf57afdefc 100644 --- a/audio/faad2/Makefile +++ b/audio/faad2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/06/08 14:35:57 grant Exp $ +# $NetBSD: Makefile,v 1.8 2003/06/08 15:30:08 grant Exp $ # DISTNAME= faad2-1.1 @@ -35,7 +35,7 @@ pre-configure: .include "../../mk/bsd.prefs.mk" -.if (${OPSYS} == "SunOS") +.if ${OPSYS} == "SunOS" post-configure: ${CP} ${WRKSRC}/common/faad/getopt.* ${WRKSRC}/frontend ${CP} ${WRKSRC}/frontend/Makefile ${WRKSRC}/frontend/Makefile.orig -- cgit v1.2.3