svn commit: r340579 - head/devel/libytnef

Baptiste Daroussin bapt at FreeBSD.org
Tue Jan 21 08:30:19 UTC 2014


Author: bapt
Date: Tue Jan 21 08:30:18 2014
New Revision: 340579
URL: http://svnweb.freebsd.org/changeset/ports/340579
QAT: https://qat.redports.org/buildarchive/r340579/

Log:
  Support stage

Modified:
  head/devel/libytnef/Makefile

Modified: head/devel/libytnef/Makefile
==============================================================================
--- head/devel/libytnef/Makefile	Tue Jan 21 08:27:17 2014	(r340578)
+++ head/devel/libytnef/Makefile	Tue Jan 21 08:30:18 2014	(r340579)
@@ -10,17 +10,16 @@ MASTER_SITES=	SF/ytnef/${PORTNAME}/${POR
 MAINTAINER=	delphus at gmail.com
 COMMENT=	Unpack data in MS Outlook TNEF format
 
+OPTIONS_DEFINE=	DOCS
+
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 
 PORTDOCS=	AUTHORS NEWS README
 
-NO_STAGE=	yes
 post-install:
-.if !defined(NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}
-	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
-.endif
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list