diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-10-03 14:57:32 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-10-03 14:57:32 +0800 |
commit | b122d862f4ae62e720857bf40b07506a0491758d (patch) | |
tree | 6a1236b3c5e2c0605631507e2ddaffc940f80922 /chinese/autoconvert/Makefile | |
parent | ecb8faaab10ebee0551005def6dc93f7a664c861 (diff) | |
download | freebsd-ports-gnome-b122d862f4ae62e720857bf40b07506a0491758d.tar.gz freebsd-ports-gnome-b122d862f4ae62e720857bf40b07506a0491758d.tar.zst freebsd-ports-gnome-b122d862f4ae62e720857bf40b07506a0491758d.zip |
- Remove unnecessary slash after STAGEDIR
Diffstat (limited to 'chinese/autoconvert/Makefile')
-rw-r--r-- | chinese/autoconvert/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/autoconvert/Makefile b/chinese/autoconvert/Makefile index 9cbbb1cd24cc..3d70ef7fd084 100644 --- a/chinese/autoconvert/Makefile +++ b/chinese/autoconvert/Makefile @@ -31,8 +31,8 @@ post-patch: post-install: .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${STAGEDIR}/${DOCSDIR} - cd ${WRKSRC}/ && ${INSTALL_DATA} ChangeLog Readme TODO Thanks Version ${STAGEDIR}/${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR}/ + cd ${WRKSRC}/ && ${INSTALL_DATA} ChangeLog Readme TODO Thanks Version ${STAGEDIR}${DOCSDIR}/ .endif .include <bsd.port.mk> |