svn commit: r330692 - head/graphics/giblib

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Oct 17 23:51:46 UTC 2013


Author: amdmi3
Date: Thu Oct 17 23:51:45 2013
New Revision: 330692
URL: http://svnweb.freebsd.org/changeset/ports/330692

Log:
  - Support staging

Modified:
  head/graphics/giblib/Makefile

Modified: head/graphics/giblib/Makefile
==============================================================================
--- head/graphics/giblib/Makefile	Thu Oct 17 23:51:36 2013	(r330691)
+++ head/graphics/giblib/Makefile	Thu Oct 17 23:51:45 2013	(r330692)
@@ -11,22 +11,21 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A utility library that includes a wrapper for imlib2
 
 USE_AUTOTOOLS=	libtool
-USES=	pathfix pkgconfig
+USES=		pathfix pkgconfig
 USE_EFL=	imlib2
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
+OPTIONS_DEFINE=	DOCS
+OPTIONS_DEFAULT=DOCS
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|: install-docsDATA|:|g' ${WRKSRC}/Makefile.in
 
 post-install:
-.if !defined(NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for file in AUTHORS ChangeLog README TODO
-	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
 .endfor
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list