svn commit: r330246 - head/mail/wmbiff
Renato Botelho
garga at FreeBSD.org
Sun Oct 13 19:05:01 UTC 2013
Author: garga
Date: Sun Oct 13 19:05:00 2013
New Revision: 330246
URL: http://svnweb.freebsd.org/changeset/ports/330246
Log:
Support staging
Modified:
head/mail/wmbiff/Makefile
head/mail/wmbiff/pkg-descr
Modified: head/mail/wmbiff/Makefile
==============================================================================
--- head/mail/wmbiff/Makefile Sun Oct 13 19:01:19 2013 (r330245)
+++ head/mail/wmbiff/Makefile Sun Oct 13 19:05:00 2013 (r330246)
@@ -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>
Modified: head/mail/wmbiff/pkg-descr
==============================================================================
--- head/mail/wmbiff/pkg-descr Sun Oct 13 19:01:19 2013 (r330245)
+++ head/mail/wmbiff/pkg-descr Sun Oct 13 19:05:00 2013 (r330246)
@@ -3,4 +3,4 @@ number of unread messages in different m
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/
More information about the svn-ports-all
mailing list