aboutsummaryrefslogtreecommitdiffstats
path: root/math/pgcalc
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2008-08-19 04:50:26 +0800
committermi <mi@FreeBSD.org>2008-08-19 04:50:26 +0800
commit79a94fd59a5f98b0c07501fe9594b56e9398c583 (patch)
tree183dd9ce2dc259c36a4fa3d7516258713ab338c7 /math/pgcalc
parent234db3db3acfe87dd68b7492f5dfe2730614baaf (diff)
downloadfreebsd-ports-gnome-79a94fd59a5f98b0c07501fe9594b56e9398c583.tar.gz
freebsd-ports-gnome-79a94fd59a5f98b0c07501fe9594b56e9398c583.tar.zst
freebsd-ports-gnome-79a94fd59a5f98b0c07501fe9594b56e9398c583.zip
Try to fix the problem with permissions on an install-script. I did not
experience it, because I had gmkdir installed... Notified by: Erwin Lansing, QA Tindy
Diffstat (limited to 'math/pgcalc')
-rw-r--r--math/pgcalc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/pgcalc/Makefile b/math/pgcalc/Makefile
index 267bfd2cc165..a5ef157c29cf 100644
--- a/math/pgcalc/Makefile
+++ b/math/pgcalc/Makefile
@@ -31,7 +31,7 @@ CONFIGURE_ARGS+= --without-arts
post-extract:
# Fix permissions for ``make clean'' to work
- @${CHMOD} 755 ${WRKSRC}/skins/HP49G+
+ @${CHMOD} 755 ${WRKSRC}/skins/HP49G+ ${WRKSRC}/admin/install-sh
@${REINPLACE_CMD} -e 's,LIBS)$$,& $$(LIBPTHREAD),' \
${WRKSRC}/src/Makefile.in
@${REINPLACE_CMD} -E 's,cp ([^-]*).* -r$$,${CP} -r \1,' \