aboutsummaryrefslogtreecommitdiff
path: root/misc/mc/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-23 18:37:52 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-23 18:37:52 +0000
commite73e818358a3cb100a83647de189f3d62fa55328 (patch)
tree9e8f5ff939b8678c94cd67bfeff35171c27eee2d /misc/mc/Makefile
parent77394c57ccf4a86e7df0a50a10a3afb9c873e8a1 (diff)
downloadports-e73e818358a3cb100a83647de189f3d62fa55328.tar.gz
ports-e73e818358a3cb100a83647de189f3d62fa55328.zip
Notes
Diffstat (limited to 'misc/mc/Makefile')
-rw-r--r--misc/mc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile
index 9cba3415ef32..45329cbe272e 100644
--- a/misc/mc/Makefile
+++ b/misc/mc/Makefile
@@ -33,4 +33,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAN1= midc.1
MAN8= mcserv.8
+post-patch:
+ ${PERL} -i -p -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/vfs/extfs/uzip.in
+
.include <bsd.port.mk>