diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-09-25 09:18:17 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-09-25 09:18:17 +0000 |
commit | 9a6b016b300911818c815eacf09ef0bdc862e237 (patch) | |
tree | c107c9d0929ddffbf4c9100ba4114800cd8ff80b /graphics | |
parent | 172675148f815131cd9827f1bd525c52466d88ba (diff) |
Use pre-configure target.
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=143514
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cal3d-devel/Makefile | 3 | ||||
-rw-r--r-- | graphics/cal3d/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/graphics/cal3d-devel/Makefile b/graphics/cal3d-devel/Makefile index 63f5f483b8b0..970af8772517 100644 --- a/graphics/cal3d-devel/Makefile +++ b/graphics/cal3d-devel/Makefile @@ -23,11 +23,10 @@ USE_AUTOHEADER_VER= 259 USE_INC_LIBTOOL_VER= 15 INSTALLS_SHLIB= yes CONFIGURE_ARGS+= --disable-static -PATCH_DEPENDS+= ${AUTOMAKE_DEPENDS} .include <bsd.port.pre.mk> -post-patch: +pre-configure: cd ${WRKSRC} && ${ACLOCAL} -I ${LOCALBASE}/share/aclocal cd ${WRKSRC} && ${AUTOHEADER} cd ${WRKSRC} && ${LIBTOOLIZE} --automake --force diff --git a/graphics/cal3d/Makefile b/graphics/cal3d/Makefile index 63f5f483b8b0..970af8772517 100644 --- a/graphics/cal3d/Makefile +++ b/graphics/cal3d/Makefile @@ -23,11 +23,10 @@ USE_AUTOHEADER_VER= 259 USE_INC_LIBTOOL_VER= 15 INSTALLS_SHLIB= yes CONFIGURE_ARGS+= --disable-static -PATCH_DEPENDS+= ${AUTOMAKE_DEPENDS} .include <bsd.port.pre.mk> -post-patch: +pre-configure: cd ${WRKSRC} && ${ACLOCAL} -I ${LOCALBASE}/share/aclocal cd ${WRKSRC} && ${AUTOHEADER} cd ${WRKSRC} && ${LIBTOOLIZE} --automake --force |