svn commit: r337693 - in branches/2014Q1/news/mmail: . files

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 27 10:26:21 UTC 2013


Author: bapt
Date: Fri Dec 27 10:26:20 2013
New Revision: 337693
URL: http://svnweb.freebsd.org/changeset/ports/337693

Log:
  MFH: r337688
  
  Support stage
  Fix build with modern compilers

Added:
  branches/2014Q1/news/mmail/files/
     - copied from r337688, head/news/mmail/files/
Modified:
  branches/2014Q1/news/mmail/Makefile
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/news/mmail/Makefile
==============================================================================
--- branches/2014Q1/news/mmail/Makefile	Fri Dec 27 10:24:43 2013	(r337692)
+++ branches/2014Q1/news/mmail/Makefile	Fri Dec 27 10:26:20 2013	(r337693)
@@ -12,15 +12,14 @@ COMMENT=	Offline BBS mail packet reader 
 RUN_DEPENDS=	zip:${PORTSDIR}/archivers/zip \
 		unzip:${PORTSDIR}/archivers/unzip
 
-USE_GMAKE=	yes
+USES=		gmake
 MAKE_ARGS=	OPTS=""
 
-MAN1=		mmail.1
-PLIST_FILES=	bin/mmail
+PLIST_FILES=	bin/mmail \
+		man/man1/mmail.1.gz
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/mm ${PREFIX}/bin/mmail
-	${INSTALL_MAN} ${WRKSRC}/mm.1 ${MANPREFIX}/man/man1/mmail.1
+	${INSTALL_PROGRAM} ${WRKSRC}/mm ${STAGEDIR}${PREFIX}/bin/mmail
+	${INSTALL_MAN} ${WRKSRC}/mm.1 ${STAGEDIR}${MANPREFIX}/man/man1/mmail.1
 
 .include <bsd.port.mk>


More information about the svn-ports-branches mailing list