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/automake15 | |
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/automake15')
-rw-r--r-- | devel/automake15/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/automake15/Makefile b/devel/automake15/Makefile index 0956657e52ba..78829c1b3d2e 100644 --- a/devel/automake15/Makefile +++ b/devel/automake15/Makefile @@ -40,7 +40,7 @@ post-patch: s,%%X11BASE%%,${X11BASE},g' 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} |