diff options
author | vs <vs@FreeBSD.org> | 2005-09-25 17:18:17 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-09-25 17:18:17 +0800 |
commit | 2bf2f674fb2d73d38a60035fb4afaafcfa639213 (patch) | |
tree | 3b7b3dd3d77c446854cbd926d13dcca0ae6d12d6 /graphics | |
parent | b97c6846b1d465dd5d4ecf77b0cb37cdb91e9f43 (diff) | |
download | freebsd-ports-gnome-2bf2f674fb2d73d38a60035fb4afaafcfa639213.tar.gz freebsd-ports-gnome-2bf2f674fb2d73d38a60035fb4afaafcfa639213.tar.zst freebsd-ports-gnome-2bf2f674fb2d73d38a60035fb4afaafcfa639213.zip |
Use pre-configure target.
Submitted by: maintainer
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 |