aboutsummaryrefslogtreecommitdiff
path: root/x11/lxpanel/Makefile
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-09-23 22:03:16 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-09-23 22:03:16 +0000
commit27a6a26921d8a0765aff42501b2e6a6b978239b6 (patch)
tree33f0b68cdeb0b23f226362c5ef32ee864a24386c /x11/lxpanel/Makefile
parentdaefaaa864afaea7917bac9bdd1aad04da05ac1d (diff)
Notes
Diffstat (limited to 'x11/lxpanel/Makefile')
-rw-r--r--x11/lxpanel/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/x11/lxpanel/Makefile b/x11/lxpanel/Makefile
index 9448ee1f8c65..0f7c4eb4b231 100644
--- a/x11/lxpanel/Makefile
+++ b/x11/lxpanel/Makefile
@@ -30,11 +30,8 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \
CFLAGS+= -I${WRKSRC} -Wno-return-type
USE_CSTD= gnu89
-MAN1= lxpanel.1 lxpanelctl.1
-
PORTDOCS= AUTHORS README
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MALSA}
@@ -63,8 +60,8 @@ post-patch:
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.mk>