diff options
author | garga <garga@FreeBSD.org> | 2013-10-14 03:05:00 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2013-10-14 03:05:00 +0800 |
commit | 356737fb4b75a7580f08c2b69a49c2ae0ad0ca15 (patch) | |
tree | 888250fd105c197258c0ded8ca3bbd1125cd5959 /mail | |
parent | 6099fe8aceb88e58e5becfc2294e9a56c686c887 (diff) | |
download | freebsd-ports-gnome-356737fb4b75a7580f08c2b69a49c2ae0ad0ca15.tar.gz freebsd-ports-gnome-356737fb4b75a7580f08c2b69a49c2ae0ad0ca15.tar.zst freebsd-ports-gnome-356737fb4b75a7580f08c2b69a49c2ae0ad0ca15.zip |
Support staging
Diffstat (limited to 'mail')
-rw-r--r-- | mail/wmbiff/Makefile | 7 | ||||
-rw-r--r-- | mail/wmbiff/pkg-descr | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/mail/wmbiff/Makefile b/mail/wmbiff/Makefile index 9bd8a11f5a10..e48546785e8a 100644 --- a/mail/wmbiff/Makefile +++ b/mail/wmbiff/Makefile @@ -15,10 +15,10 @@ OPTIONS_DEFINE= GNUTLS USE_XORG= xpm GNU_CONFIGURE= yes -MAN1= wmbiff.1 -MAN5= wmbiffrc.5 PLIST_FILES= bin/wmbiff \ lib/wmbiff/security.debian.rb \ + man/man1/wmbiff.1.gz \ + man/man5/wmbiffrc.5.gz \ %%DATADIR%%/sample.wmbiffrc \ %%DATADIR%%/skins/wmbiff-master-contrast.xpm \ %%DATADIR%%/skins/wmbiff-master-led.xpm @@ -26,7 +26,6 @@ PLIST_DIRS= %%DATADIR%%/skins \ %%DATADIR%% \ lib/wmbiff -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MGNUTLS} @@ -41,6 +40,6 @@ CONFIGURE_ARGS+= --disable-crypto post-install: @${ECHO_MSG} "===> Installing sample.wmbiffrc to ${DATADIR}" @${ECHO_MSG} "===> Modify it to suit your needs and copy to ~/.wmbiffrc" - @${INSTALL_DATA} -m 644 ${WRKSRC}/wmbiff/sample.wmbiffrc ${DATADIR} + @${INSTALL_DATA} -m 644 ${WRKSRC}/wmbiff/sample.wmbiffrc ${STAGEDIR}${DATADIR} .include <bsd.port.post.mk> diff --git a/mail/wmbiff/pkg-descr b/mail/wmbiff/pkg-descr index 44e3a67e2d67..132c5071f89b 100644 --- a/mail/wmbiff/pkg-descr +++ b/mail/wmbiff/pkg-descr @@ -3,4 +3,4 @@ number of unread messages in different mailboxes. It supports up to 5 mailboxes. It is also possible to execute user-defined commands on new mail arrival (for example, play a .wav file). -WWW: http://wmbiff.sourceforge.net/ +WWW: http://wmbiff.sourceforge.net/ |