diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-01-10 09:32:14 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-01-10 09:32:14 +0000 |
commit | 82b3ec3f0d09968e247af97581a9410be3829d6a (patch) | |
tree | d01ce93d044c7712e5539a7994fbe9096ac7ac0f /x11/xxkb | |
parent | b40822e3c5ee7866a0311e07dad959c8c0b61490 (diff) | |
download | ports-82b3ec3f0d09968e247af97581a9410be3829d6a.tar.gz ports-82b3ec3f0d09968e247af97581a9410be3829d6a.zip |
Notes
Diffstat (limited to 'x11/xxkb')
-rw-r--r-- | x11/xxkb/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/xxkb/Makefile b/x11/xxkb/Makefile index 4e6f589f6bb3..9e1d6509d9ea 100644 --- a/x11/xxkb/Makefile +++ b/x11/xxkb/Makefile @@ -16,12 +16,10 @@ USES= iconv imake USE_XORG= xpm WRKSRC= ${WRKDIR}/${PORTNAME} -MAN1= ${PORTNAME}.1 PORTDOCS= README CHANGES.ru README.ru OPTIONS_DEFINE= LIBRSVG2 DOCS -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MLIBRSVG2} @@ -37,8 +35,8 @@ post-build: post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .endif .include <bsd.port.post.mk> |