Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2014 17:07:01 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342040 - head/net/queso
Message-ID:  <201401311707.s0VH71SU007704@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Jan 31 17:07:01 2014
New Revision: 342040
URL: http://svnweb.freebsd.org/changeset/ports/342040
QAT: https://qat.redports.org/buildarchive/r342040/

Log:
  Stage support

Modified:
  head/net/queso/Makefile

Modified: head/net/queso/Makefile
==============================================================================
--- head/net/queso/Makefile	Fri Jan 31 17:05:50 2014	(r342039)
+++ head/net/queso/Makefile	Fri Jan 31 17:07:01 2014	(r342040)
@@ -16,9 +16,6 @@ OPTIONS_DEFINE=	DOCS
 
 GNU_CONFIGURE=	yes
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|-O2 -pipe|| ; \
@@ -26,11 +23,9 @@ post-patch:
 	@${LN} -sf queso.conf ${WRKSRC}/queso.conf.sample
 
 do-install:
-	(cd ${WRKSRC} && ${INSTALL_PROGRAM} queso ${PREFIX}/sbin)
-	(cd ${WRKSRC} && ${INSTALL_DATA} queso.conf.sample ${PREFIX}/etc)
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	(cd ${WRKSRC} && ${INSTALL_DATA} Documentation.txt ${DOCSDIR})
-.endif
+	${INSTALL_PROGRAM} ${WRKSRC}/queso ${STAGEDIR}${PREFIX}/sbin
+	${INSTALL_DATA} ${WRKSRC}/queso.conf.sample ${STAGEDIR}${PREFIX}/etc
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/Documentation.txt ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401311707.s0VH71SU007704>