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 /archivers/torrentzip | |
parent | 9630e7bef6c88f72dcdc4633b553eccf13141b3a (diff) | |
download | ports-c2d62ca97a8f44ae4862f4e3f50431f56d8deab3.tar.gz ports-c2d62ca97a8f44ae4862f4e3f50431f56d8deab3.zip |
Notes
Diffstat (limited to 'archivers/torrentzip')
-rw-r--r-- | archivers/torrentzip/Makefile | 7 |
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: |