Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Oct 2013 19:05:01 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330246 - head/mail/wmbiff
Message-ID:  <201310131905.r9DJ51Q7042883@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310131905.r9DJ51Q7042883>