diff options
author | pawel <pawel@FreeBSD.org> | 2013-10-06 00:52:12 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-10-06 00:52:12 +0800 |
commit | bebd8ef5ce7c14734cf71bde393decc69bff73ae (patch) | |
tree | ef8d301e100234219e816e79a4ba5a4492d3183e /x11-themes/lxappearance/Makefile | |
parent | f58de01d74db38687316751b37ce184041dec7b8 (diff) | |
download | freebsd-ports-gnome-bebd8ef5ce7c14734cf71bde393decc69bff73ae.tar.gz freebsd-ports-gnome-bebd8ef5ce7c14734cf71bde393decc69bff73ae.tar.zst freebsd-ports-gnome-bebd8ef5ce7c14734cf71bde393decc69bff73ae.zip |
Add support for STAGEDIR
Diffstat (limited to 'x11-themes/lxappearance/Makefile')
-rw-r--r-- | x11-themes/lxappearance/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/x11-themes/lxappearance/Makefile b/x11-themes/lxappearance/Makefile index 59383a45c5ec..32283f889bc3 100644 --- a/x11-themes/lxappearance/Makefile +++ b/x11-themes/lxappearance/Makefile @@ -16,8 +16,6 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_GNOME= gnomehack gtk20 intlhack -MAN1= lxappearance.1 - PORTDOCS= AUTHORS README OPTIONS_DEFINE= DOCS NLS @@ -25,7 +23,6 @@ OPTIONS_SUB= yes NLS_USES= gettext -NO_STAGE= yes .include <bsd.port.options.mk> post-patch: @@ -35,9 +32,7 @@ post-patch: .endif post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> |