diff options
author | glewis <glewis@FreeBSD.org> | 2005-03-17 16:20:17 +0000 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2005-03-17 16:20:17 +0000 |
commit | 16ff46cf9109ff22fd352d085c0846e79ad22d68 (patch) | |
tree | 829917523c8a9f450c51bc41d858b6aa425cb5ee /devel/automake14/Makefile | |
parent | 47e4fa8b6455ea01c35ab1ca2486bc083e5665a7 (diff) | |
download | FreeBSD-ports-16ff46cf9109ff22fd352d085c0846e79ad22d68.zip FreeBSD-ports-16ff46cf9109ff22fd352d085c0846e79ad22d68.tar.gz |
. 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/automake14/Makefile')
-rw-r--r-- | devel/automake14/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/automake14/Makefile b/devel/automake14/Makefile index e4ac4d6..3ef8698 100644 --- a/devel/automake14/Makefile +++ b/devel/automake14/Makefile @@ -40,7 +40,7 @@ pre-configure: @${REINPLACE_CMD} -i -e "s,%%X11BASE%%,${X11BASE}," \ ${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} |