aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/ufraw
diff options
context:
space:
mode:
authorrodrigo <rodrigo@FreeBSD.org>2014-06-27 17:55:30 +0800
committerrodrigo <rodrigo@FreeBSD.org>2014-06-27 17:55:30 +0800
commit29464d89be6a9fc3b821bde579ecd81b7de235b3 (patch)
treec22a60fe0ef13a9fc5e95bf2677ba21f3ef3ac2b /graphics/ufraw
parentcfac019333832850a8f5e3402bf936afa9b3611b (diff)
downloadfreebsd-ports-gnome-29464d89be6a9fc3b821bde579ecd81b7de235b3.tar.gz
freebsd-ports-gnome-29464d89be6a9fc3b821bde579ecd81b7de235b3.tar.zst
freebsd-ports-gnome-29464d89be6a9fc3b821bde579ecd81b7de235b3.zip
Don't copy mkinstalldirs from icu anymore since ufraw carry it's own version
PR: ports/191422 Submitted by: rodrigo (maintainer) Approved by: bapt (mentor)
Diffstat (limited to 'graphics/ufraw')
-rw-r--r--graphics/ufraw/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile
index 979cbd9cdfe2..721582bcafb0 100644
--- a/graphics/ufraw/Makefile
+++ b/graphics/ufraw/Makefile
@@ -98,8 +98,4 @@ post-patch:
${WRKSRC}/configure
.endfor
-pre-build:
- @${INSTALL_SCRIPT} ${LOCALBASE}/share/icu/52.1/mkinstalldirs \
- ${WRKSRC}
-
.include <bsd.port.mk>