Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Apr 2014 09:28:31 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351782 - head/games/tuxpaint-stamps
Message-ID:  <201404220928.s3M9SVDr038684@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Tue Apr 22 09:28:31 2014
New Revision: 351782
URL: http://svnweb.freebsd.org/changeset/ports/351782
QAT: https://qat.redports.org/buildarchive/r351782/

Log:
  Add staging support

Modified:
  head/games/tuxpaint-stamps/Makefile

Modified: head/games/tuxpaint-stamps/Makefile
==============================================================================
--- head/games/tuxpaint-stamps/Makefile	Tue Apr 22 09:27:35 2014	(r351781)
+++ head/games/tuxpaint-stamps/Makefile	Tue Apr 22 09:28:31 2014	(r351782)
@@ -16,8 +16,9 @@ INSTALL_TARGET=	install-all
 
 DATADIR=	${PREFIX}/share/tuxpaint
 
-NO_STAGE=	yes
 post-patch:
-	@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/${MAKEFILE}
+	@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \
+		-e 's|DATA_PREFIX)|DESTDIR)$$(&|' \
+		${WRKSRC}/${MAKEFILE}
 
 .include <bsd.port.mk>



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