diff options
author | glewis <glewis@FreeBSD.org> | 2005-03-18 00:20:17 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2005-03-18 00:20:17 +0800 |
commit | 16ff46cf9109ff22fd352d085c0846e79ad22d68 (patch) | |
tree | 829917523c8a9f450c51bc41d858b6aa425cb5ee /devel/automake110 | |
parent | 47e4fa8b6455ea01c35ab1ca2486bc083e5665a7 (diff) | |
download | freebsd-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/Makefile | 2 |
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} |