diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-25 05:35:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-25 05:35:31 +0000 |
commit | a33191366c083aad8ab7cd37d06db2d4790f3e39 (patch) | |
tree | 6379d84ceeca72bc6c80702dd60bd714b378b04a /graphics/gegl | |
parent | 4bde157247a8dd613e16048a7701a02ea240e8a9 (diff) | |
download | ports-a33191366c083aad8ab7cd37d06db2d4790f3e39.tar.gz ports-a33191366c083aad8ab7cd37d06db2d4790f3e39.zip |
Notes
Diffstat (limited to 'graphics/gegl')
-rw-r--r-- | graphics/gegl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index 8753e9302613..eec0c47dd740 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -220,8 +220,8 @@ pre-configure: post-build: .if ${PORT_OPTIONS:MDOCS} - cd ${WRKSRC}/docs && ${GMAKE} index.html - cd ${WRKSRC}/docs/gallery && ${GMAKE} index.html + cd ${WRKSRC}/docs && ${MAKE_CMD} index.html + cd ${WRKSRC}/docs/gallery && ${MAKE_CMD} index.html .endif post-install: |