diff options
author | Ade Lovett <ade@FreeBSD.org> | 2013-07-16 05:42:36 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2013-07-16 05:42:36 +0000 |
commit | b3b33257e512916a4f977c9026941425a3aa916a (patch) | |
tree | 2262a68c0e24ffd52c4e9969c5287660fcb39bb7 /graphics/cal3d | |
parent | 1babe2feaefe5db9a31b19512e77709289cdf098 (diff) | |
download | ports-b3b33257e512916a4f977c9026941425a3aa916a.tar.gz ports-b3b33257e512916a4f977c9026941425a3aa916a.zip |
Notes
Diffstat (limited to 'graphics/cal3d')
-rw-r--r-- | graphics/cal3d/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/cal3d/Makefile b/graphics/cal3d/Makefile index 6432b9413e42..f96881fe0e0b 100644 --- a/graphics/cal3d/Makefile +++ b/graphics/cal3d/Makefile @@ -22,6 +22,7 @@ GNU_CONFIGURE= yes USE_AUTOTOOLS= automake autoheader libtool USE_LDCONFIG= yes AUTOTOOLSFILES= aclocal.m4 +# AUTOMAKE_ARGS= --add-missing MAN1= cal3d_converter.1 @@ -34,6 +35,7 @@ post-patch: ${WRKSRC}/src/cal3d/loader.h \ ${WRKSRC}/src/cal3d/streamsource.h @${REINPLACE_CMD} -e '/^all_libraries/d' ${WRKSRC}/src/cal3d/Makefile.am + @${REINPLACE_CMD} -e 's| tests||' ${WRKSRC}/Makefile.am post-configure: @${FIND} ${WRKSRC} -name Makefile -print | \ |