diff options
author | Ade Lovett <ade@FreeBSD.org> | 2005-11-19 06:02:20 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2005-11-19 06:02:20 +0000 |
commit | c2d62ca97a8f44ae4862f4e3f50431f56d8deab3 (patch) | |
tree | 8e3e81ba2aa82baf12e4e895d0b5f6e973b24099 /devel/apr0 | |
parent | 9630e7bef6c88f72dcdc4633b553eccf13141b3a (diff) |
Switch to <target>:: convention for both patch-autotools and run-autotools,
to allow for easier overriding of these targets by port Makefiles, if
they need to.
Notes
Notes:
svn path=/head/; revision=148768
Diffstat (limited to 'devel/apr0')
-rw-r--r-- | devel/apr0/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/apr0/Makefile b/devel/apr0/Makefile index 3011b911b8a0..bb91b0db18d9 100644 --- a/devel/apr0/Makefile +++ b/devel/apr0/Makefile @@ -136,7 +136,7 @@ pre-configure: .endfor .endfor -run-autotools: +run-autotools:: cd ${WRKDIR}/apr-${PORTVERSION}; ${SETENV} ${SCRIPTS_ENV} ${SH} ./buildconf cd ${WRKDIR}/apr-util-${PORTVERSION} ; \ ${RM} -fr xml/expat |