aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authornox <nox@FreeBSD.org>2014-05-13 00:59:11 +0800
committernox <nox@FreeBSD.org>2014-05-13 00:59:11 +0800
commit14a7fa8145d7f4fef96500c15296e1ebfae6a9ce (patch)
tree423a9f10a6100eea19351aaf481a7a13bb335a99 /sysutils
parentb4ce0eff90e1f6e60416ba2d9fc29573ae0239a2 (diff)
downloadfreebsd-ports-gnome-14a7fa8145d7f4fef96500c15296e1ebfae6a9ce.tar.gz
freebsd-ports-gnome-14a7fa8145d7f4fef96500c15296e1ebfae6a9ce.tar.zst
freebsd-ports-gnome-14a7fa8145d7f4fef96500c15296e1ebfae6a9ce.zip
Stagify.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/udfclient/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/udfclient/Makefile b/sysutils/udfclient/Makefile
index 408d6f89fd51..bbc28a97104e 100644
--- a/sysutils/udfclient/Makefile
+++ b/sysutils/udfclient/Makefile
@@ -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>