svn commit: r356837 - head/mail/xmailwatcher

Pawel Pekala pawel at FreeBSD.org
Fri Jun 6 19:47:07 UTC 2014


Author: pawel
Date: Fri Jun  6 19:47:07 2014
New Revision: 356837
URL: http://svnweb.freebsd.org/changeset/ports/356837
QAT: https://qat.redports.org/buildarchive/r356837/

Log:
  Add staging support

Modified:
  head/mail/xmailwatcher/Makefile

Modified: head/mail/xmailwatcher/Makefile
==============================================================================
--- head/mail/xmailwatcher/Makefile	Fri Jun  6 19:36:43 2014	(r356836)
+++ head/mail/xmailwatcher/Makefile	Fri Jun  6 19:47:07 2014	(r356837)
@@ -11,13 +11,11 @@ DISTNAME=	xmailwatcher
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Mailbox checker which displays sender and subject lines of mails
 
-MAN1=		xmailwatcher.1
-PLIST_FILES=	bin/xmailwatcher
+PLIST_FILES=	bin/xmailwatcher man/man1/xmailwatcher.1.gz
 USES=		imake
 USE_XORG=	ice sm x11 xaw xext xmu xpm xt
 
-NO_STAGE=	yes
 post-install:
-	${STRIP_CMD} ${PREFIX}/bin/xmailwatcher
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xmailwatcher
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list