summaryrefslogtreecommitdiff
path: root/devel/automake19
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2005-03-17 16:20:17 +0000
committerGreg Lewis <glewis@FreeBSD.org>2005-03-17 16:20:17 +0000
commit36ba62aad9dd3cb249fa425cc8b582a951799c15 (patch)
tree0db41c1dfe54871b5970a14b419f4f91b26fef69 /devel/automake19
parentAdd cwdaemon 0.9.2, an amateur Radio cw (morse code) keyer daemon: (diff)
. 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
Notes
Notes: svn path=/head/; revision=131509
Diffstat (limited to 'devel/automake19')
-rw-r--r--devel/automake19/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/automake19/Makefile b/devel/automake19/Makefile
index 070ae06dfc7b..24561fc8cc1b 100644
--- a/devel/automake19/Makefile
+++ b/devel/automake19/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}