aboutsummaryrefslogtreecommitdiff
path: root/archivers/torrentzip
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2005-11-19 06:02:20 +0000
committerAde Lovett <ade@FreeBSD.org>2005-11-19 06:02:20 +0000
commitc2d62ca97a8f44ae4862f4e3f50431f56d8deab3 (patch)
tree8e3e81ba2aa82baf12e4e895d0b5f6e973b24099 /archivers/torrentzip
parent9630e7bef6c88f72dcdc4633b553eccf13141b3a (diff)
downloadports-c2d62ca97a8f44ae4862f4e3f50431f56d8deab3.tar.gz
ports-c2d62ca97a8f44ae4862f4e3f50431f56d8deab3.zip
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 'archivers/torrentzip')
-rw-r--r--archivers/torrentzip/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/archivers/torrentzip/Makefile b/archivers/torrentzip/Makefile
index 8840a4a30037..85a29cd605c0 100644
--- a/archivers/torrentzip/Makefile
+++ b/archivers/torrentzip/Makefile
@@ -24,11 +24,8 @@ WRKSRC= ${WRKDIR}/trrntzip
PLIST_FILES= bin/trrntzip
PORTDOCS= README
-run-autotools:
- (cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${ACLOCAL} ${ACLOCAL_ARGS})
- (cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTOHEADER} ${AUTOHEADER_ARGS})
- (cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTOCONF} ${AUTOCONF_ARGS})
- (cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTOMAKE} ${AUTOMAKE_ARGS})
+run-autotools:: run-autotools-aclocal run-autotools-autoheader \
+ run-autotools-autoconf run-autotools-automake
.if !defined(NOPORTDOCS)
pre-install: