diff options
Diffstat (limited to 'archivers/torrentzip/Makefile')
-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: |