diff options
author | wg <wg@FreeBSD.org> | 2013-09-24 06:03:16 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-09-24 06:03:16 +0800 |
commit | eb04d536986a938ef96854f7f9b099767a27aacf (patch) | |
tree | 33f0b68cdeb0b23f226362c5ef32ee864a24386c | |
parent | 2213c9ea9ef493b889ba82e91d72f31786a46f07 (diff) | |
download | freebsd-ports-gnome-eb04d536986a938ef96854f7f9b099767a27aacf.tar.gz freebsd-ports-gnome-eb04d536986a938ef96854f7f9b099767a27aacf.tar.zst freebsd-ports-gnome-eb04d536986a938ef96854f7f9b099767a27aacf.zip |
x11/lxpanel: allow staging
- Allow stating
-rw-r--r-- | x11/lxpanel/Makefile | 7 | ||||
-rw-r--r-- | x11/lxpanel/pkg-plist | 2 |
2 files changed, 4 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> diff --git a/x11/lxpanel/pkg-plist b/x11/lxpanel/pkg-plist index 676bb07e71bc..200b614d0952 100644 --- a/x11/lxpanel/pkg-plist +++ b/x11/lxpanel/pkg-plist @@ -7,6 +7,8 @@ lib/lxpanel/plugins/kbled.so lib/lxpanel/plugins/volume.so lib/lxpanel/plugins/xkb.so libdata/pkgconfig/lxpanel.pc +man/man1/lxpanel.1 +man/man1/lxpanelctl.1 %%NLS%%share/locale/af/LC_MESSAGES/lxpanel.mo %%NLS%%share/locale/ar/LC_MESSAGES/lxpanel.mo %%NLS%%share/locale/be/LC_MESSAGES/lxpanel.mo |