aboutsummaryrefslogtreecommitdiff
path: root/devel/autogen/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-02-28 19:41:47 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-02-28 19:41:47 +0000
commitd34cd2f87b96a091e20213ea525ed88bc6782994 (patch)
tree338f8216af1589c0f96548ad2c9317ea57d6cd69 /devel/autogen/Makefile
parentf4d401ab9be84b535fb99e0d91d75c81795e91ef (diff)
downloadports-d34cd2f87b96a091e20213ea525ed88bc6782994.tar.gz
ports-d34cd2f87b96a091e20213ea525ed88bc6782994.zip
Notes
Diffstat (limited to 'devel/autogen/Makefile')
-rw-r--r--devel/autogen/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/devel/autogen/Makefile b/devel/autogen/Makefile
index 20d43d882e05..58197c7fa937 100644
--- a/devel/autogen/Makefile
+++ b/devel/autogen/Makefile
@@ -7,8 +7,7 @@
#
PORTNAME= autogen
-PORTVERSION= 5.5.7
-PORTREVISION= 1
+PORTVERSION= 5.6.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
${MASTER_SITE_GNU}
@@ -30,8 +29,4 @@ MAN3= optionFree.3 optionLoadLine.3 optionProcess.3 optionRestore.3 \
optionSaveFile.3 optionSaveState.3 optionVersion.3
INFO= autogen
-pre-build:
- @cd ${WRKSRC}/snprintfv && ${SETENV} ${MAKE_ENV} \
- ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}
-
.include <bsd.port.mk>