diff options
author | cjep <cjep@pkgsrc.org> | 2002-12-23 22:18:24 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-12-23 22:18:24 +0000 |
commit | f3a3f76e1c375e3809c1493ca2c7ac17ec230831 (patch) | |
tree | 2e20e93db8e45e6c5a3fab67267eb72d25875195 /math | |
parent | 08dc6b4886617e0c3ff60fe74f18f50984e1c35f (diff) | |
download | pkgsrc-f3a3f76e1c375e3809c1493ca2c7ac17ec230831.tar.gz |
Remove pointless brackets.
Diffstat (limited to 'math')
-rw-r--r-- | math/gp-grape/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gp-grape/Makefile b/math/gp-grape/Makefile index bc6ed986151..124d88ceac5 100644 --- a/math/gp-grape/Makefile +++ b/math/gp-grape/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/12/23 02:02:08 cjep Exp $ +# $NetBSD: Makefile,v 1.4 2002/12/23 22:18:24 cjep Exp $ # DISTNAME= grape4r1 @@ -18,7 +18,7 @@ ALL_TARGET= bsd-gcc GAP_PKG_NAME= grape do-configure: - (cd ${WRKSRC} && ${SH} configure ${GAP_DIRECTORY} ) + cd ${WRKSRC} && ${SH} configure ${GAP_DIRECTORY} do-install: ${INSTALL_PROGRAM_DIR} ${GAP_PKG_DIRECTORY} |