diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-10-16 06:39:20 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-10-16 06:39:20 +0000 |
commit | f5e3e26dc02ce85fbd329536aa6104bd50f42296 (patch) | |
tree | 41bd3e9f7329145361b2d09acb0579a3243e59e6 /devel/autogen/Makefile | |
parent | 49bf5d0423627b6814f0495665bbb02cf5341efc (diff) |
Notes
Diffstat (limited to 'devel/autogen/Makefile')
-rw-r--r-- | devel/autogen/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/autogen/Makefile b/devel/autogen/Makefile index b556f0118bdc..1e7d999735ac 100644 --- a/devel/autogen/Makefile +++ b/devel/autogen/Makefile @@ -7,7 +7,7 @@ # PORTNAME= autogen -PORTVERSION= 5.4.4 +PORTVERSION= 5.4.6 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ${MASTER_SITE_GNU} @@ -29,4 +29,8 @@ MAN1= autogen.1 autoopts-config.1 columns.1 getdefs.1 xml2ag.1 MAN3= optionFree.3 optionLoadLine.3 optionProcess.3 optionRestore.3 \ optionSaveFile.3 optionSaveState.3 optionVersion.3 +pre-build: + @cd ${WRKSRC}/snprintfv && ${SETENV} ${MAKE_ENV} \ + ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET} + .include <bsd.port.mk> |