diff options
Diffstat (limited to 'math/geg/Makefile')
-rw-r--r-- | math/geg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/geg/Makefile b/math/geg/Makefile index f7e8fb32705c..f21d68efa0f8 100644 --- a/math/geg/Makefile +++ b/math/geg/Makefile @@ -22,6 +22,6 @@ PLIST_FILES= bin/geg \ man/man1/geg.1.gz pre-configure: - @cd ${WRKSRC}; ${ACLOCAL} -I ${LOCALBASE}/share/aclocal + @(cd ${WRKSRC}; ${ACLOCAL} -I ${LOCALBASE}/share/aclocal) .include <bsd.port.mk> |