svn commit: r340569 - head/devel/avro-c

Baptiste Daroussin bapt at FreeBSD.org
Tue Jan 21 08:07:15 UTC 2014


Author: bapt
Date: Tue Jan 21 08:07:15 2014
New Revision: 340569
URL: http://svnweb.freebsd.org/changeset/ports/340569
QAT: https://qat.redports.org/buildarchive/r340569/

Log:
  Support stage

Modified:
  head/devel/avro-c/Makefile

Modified: head/devel/avro-c/Makefile
==============================================================================
--- head/devel/avro-c/Makefile	Tue Jan 21 08:06:28 2014	(r340568)
+++ head/devel/avro-c/Makefile	Tue Jan 21 08:07:15 2014	(r340569)
@@ -17,10 +17,8 @@ USE_LDCONFIG=	yes
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/lang/c
 
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
 pre-configure:
 	@${REINPLACE_CMD} 's|/bin/bash|/bin/sh|g' \
 		${WRKSRC}/version.sh
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list