diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 23:33:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 23:33:47 +0000 |
commit | a14c0668720dcafde3f60b7659a01d99ec693a41 (patch) | |
tree | 9c1a149bc961f7cd84b7aa93a2d61fec3d0f9685 /math/geg/Makefile | |
parent | 8e7fd48a294d7d6e54c6d07989807cff33ab19bd (diff) | |
download | ports-a14c0668720dcafde3f60b7659a01d99ec693a41.tar.gz ports-a14c0668720dcafde3f60b7659a01d99ec693a41.zip |
Rename math/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363276
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> |