1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
This commit is contained in:
Juergen Lock 2014-05-12 16:59:11 +00:00
parent eb030f5a5c
commit e05f8fdfb0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353877

View File

@ -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>