diff options
author | rakuco <rakuco@FreeBSD.org> | 2016-02-18 02:20:46 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2016-02-18 02:20:46 +0800 |
commit | 96dc6dcfc29e6fc28f30b7cbf0ef9c723842e8c3 (patch) | |
tree | a099969629b7c7a3d7747e2fe018f881f919c8d0 /graphics | |
parent | 8e5a38fd3c396dd4eccce0a81e2276ae2e2688f9 (diff) | |
download | freebsd-ports-gnome-96dc6dcfc29e6fc28f30b7cbf0ef9c723842e8c3.tar.gz freebsd-ports-gnome-96dc6dcfc29e6fc28f30b7cbf0ef9c723842e8c3.tar.zst freebsd-ports-gnome-96dc6dcfc29e6fc28f30b7cbf0ef9c723842e8c3.zip |
Fix typo in DOCS option target helper after r409057.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/code-eli/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/code-eli/Makefile b/graphics/code-eli/Makefile index 269026de30f9..a7795b9e99e7 100644 --- a/graphics/code-eli/Makefile +++ b/graphics/code-eli/Makefile @@ -66,7 +66,7 @@ do-install-EXAMPLES-on: ${FIND} ${STAGEDIR}${EXAMPLESDIR}${TEST_SUBDIR} -name *Test | \ ${XARGS} ${STRIP_CMD} -post-install-DOCS-on: +do-install-DOCS-on: (cd ${BUILD_WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) .include <bsd.port.mk> |