diff options
author | grant <grant@pkgsrc.org> | 2003-06-08 15:30:08 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-06-08 15:30:08 +0000 |
commit | d0cad21edffc22c427210580986808e0909e8f1f (patch) | |
tree | 1664dcedef5e972eb00139ed6fb519354795ceb3 /audio/faad2/Makefile | |
parent | b3b827de91cba528e666dfe5557a6f964350e5f9 (diff) | |
download | pkgsrc-d0cad21edffc22c427210580986808e0909e8f1f.tar.gz |
drop some unneeded parens
Diffstat (limited to 'audio/faad2/Makefile')
-rw-r--r-- | audio/faad2/Makefile | 4 |
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 |