svn commit: r353877 - head/sysutils/udfclient

Juergen Lock nox at FreeBSD.org
Mon May 12 16:59:11 UTC 2014


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>


More information about the svn-ports-all mailing list