Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 May 2014 16:59:11 +0000 (UTC)
From:      Juergen Lock <nox@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353877 - head/sysutils/udfclient
Message-ID:  <201405121659.s4CGxBMv043488@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nox
Date: Mon May 12 16:59:11 2014
New Revision: 353877
URL: http://svnweb.freebsd.org/changeset/ports/353877
QAT: https://qat.redports.org/buildarchive/r353877/

Log:
  Stagify.

Modified:
  head/sysutils/udfclient/Makefile

Modified: head/sysutils/udfclient/Makefile
==============================================================================
--- head/sysutils/udfclient/Makefile	Mon May 12 16:56:23 2014	(r353876)
+++ head/sysutils/udfclient/Makefile	Mon May 12 16:59:11 2014	(r353877)
@@ -29,7 +29,6 @@ PLIST_FILES=	bin/udfdump \
 		bin/cd_disect \
 		bin/mmc_format
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MFUSE}
@@ -54,5 +53,7 @@ post-patch:
 .if ${PORT_OPTIONS:MFUSE}
 	${CP} ${UDFCLIENTFS_DIR}/${UDFCLIENTFS_NAME}.c ${WRKSRC}
 .endif
+	@${REINPLACE_CMD} -e 's,$$(bindir),$$(DESTDIR)$$(bindir),g' \
+		${WRKSRC}/Makefile.in
 
 .include <bsd.port.mk>



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