aboutsummaryrefslogtreecommitdiffstats
path: root/devel/automake110
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2005-03-18 00:20:17 +0800
committerglewis <glewis@FreeBSD.org>2005-03-18 00:20:17 +0800
commit16ff46cf9109ff22fd352d085c0846e79ad22d68 (patch)
tree829917523c8a9f450c51bc41d858b6aa425cb5ee /devel/automake110
parent47e4fa8b6455ea01c35ab1ca2486bc083e5665a7 (diff)
downloadfreebsd-ports-gnome-16ff46cf9109ff22fd352d085c0846e79ad22d68.tar.gz
freebsd-ports-gnome-16ff46cf9109ff22fd352d085c0846e79ad22d68.tar.zst
freebsd-ports-gnome-16ff46cf9109ff22fd352d085c0846e79ad22d68.zip
. Change pre-install to pre-su-install since the target performs privileged
operations. This makes these ports installable by users other than root. PR: 76422 Submitted by: jhb
Diffstat (limited to 'devel/automake110')
-rw-r--r--devel/automake110/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/automake110/Makefile b/devel/automake110/Makefile
index 070ae06dfc7b..24561fc8cc1b 100644
--- a/devel/automake110/Makefile
+++ b/devel/automake110/Makefile
@@ -39,7 +39,7 @@ post-patch:
)
@${REINPLACE_CMD} -e 's,%%X11BASE%%,${X11BASE},g' ${WRKSRC}/aclocal.in
-pre-install:
+pre-su-install:
@${RM} -fr ${PREFIX}/share/automake${BUILD_VERSION}
@${MKDIR} ${PREFIX}/share/automake${BUILD_VERSION}
@${MKDIR} ${PREFIX}/share/aclocal${BUILD_VERSION}