svn commit: r338176 - head/cad/geda-symbols

Antoine Brodin antoine at FreeBSD.org
Mon Dec 30 21:49:02 UTC 2013


Author: antoine
Date: Mon Dec 30 21:49:01 2013
New Revision: 338176
URL: http://svnweb.freebsd.org/changeset/ports/338176

Log:
  Stage support

Modified:
  head/cad/geda-symbols/Makefile

Modified: head/cad/geda-symbols/Makefile
==============================================================================
--- head/cad/geda-symbols/Makefile	Mon Dec 30 21:46:21 2013	(r338175)
+++ head/cad/geda-symbols/Makefile	Mon Dec 30 21:49:01 2013	(r338176)
@@ -21,13 +21,12 @@ CONFIGURE_ARGS=	--with-docdir=${DOCSDIR}
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -E \
 		-e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \
 		${WRKSRC}/configure
 
 post-install:
-	@${TOUCH} ${DATADIR}/sym/local/.keep_me
+	@${TOUCH} ${STAGEDIR}${DATADIR}/sym/local/.keep_me
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list