summaryrefslogtreecommitdiff
path: root/audio/faad2
diff options
context:
space:
mode:
authorgrant <grant>2003-06-08 15:30:08 +0000
committergrant <grant>2003-06-08 15:30:08 +0000
commit930cb12113de91fbe004e440c6b3b1cdc565cc46 (patch)
tree1664dcedef5e972eb00139ed6fb519354795ceb3 /audio/faad2
parent19fe9cc148c2b2f6ae6ce8c05ba8fe0558d4fbb2 (diff)
downloadpkgsrc-930cb12113de91fbe004e440c6b3b1cdc565cc46.tar.gz
drop some unneeded parens
Diffstat (limited to 'audio/faad2')
-rw-r--r--audio/faad2/Makefile4
1 files changed, 2 insertions, 2 deletions
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