svn commit: r362275 - head/mail/archmbox

Adam Weinberger adamw at FreeBSD.org
Sat Jul 19 18:27:24 UTC 2014


Author: adamw
Date: Sat Jul 19 18:27:23 2014
New Revision: 362275
URL: http://svnweb.freebsd.org/changeset/ports/362275
QAT: https://qat.redports.org/buildarchive/r362275/

Log:
  Stage.

Modified:
  head/mail/archmbox/Makefile

Modified: head/mail/archmbox/Makefile
==============================================================================
--- head/mail/archmbox/Makefile	Sat Jul 19 18:15:04 2014	(r362274)
+++ head/mail/archmbox/Makefile	Sat Jul 19 18:27:23 2014	(r362275)
@@ -7,33 +7,26 @@ PORTREVISION=	1
 CATEGORIES=	mail perl5
 MASTER_SITES=	SF/adc-${PORTNAME}/${PORTNAME}/${PORTVERSION}
 
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Email archiver that parses mailboxes and performs actions
 
 LICENSE=	GPLv2
 
 USES=		perl5
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	PERL="${PERL}"
 
-MAN1=		archmbox.1
-PLIST_FILES=	bin/archmbox
+PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
 PORTDOCS=	ChangeLog NEWS README THANKS TODO
 
 OPTIONS_DEFINE=	DOCS
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
 post-patch:
 # Linux fuser(1) is incompatible with FreeBSD one, do not look for it
 	@${REINPLACE_CMD} -e '/for ac_prog in/s, fuser,,' \
 		${WRKSRC}/configure
 
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
-.endif
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list