diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-09-26 03:21:18 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-09-26 03:21:18 +0000 |
commit | d03d5d478da7c6d4842a815f2f53513e04e6f79c (patch) | |
tree | 838161205667f72919c0fee439e665c1615c5a3c | |
parent | The port should work on non-i386 arch. (diff) |
- Remove 3d empty directory. It avoid a warning on delete time of amanith
package.
Notes
Notes:
svn path=/head/; revision=173852
-rw-r--r-- | graphics/amanith/Makefile | 4 | ||||
-rw-r--r-- | graphics/amanith/pkg-plist | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/graphics/amanith/Makefile b/graphics/amanith/Makefile index ac166b381ca8..ec7023ac7bdb 100644 --- a/graphics/amanith/Makefile +++ b/graphics/amanith/Makefile @@ -7,6 +7,7 @@ PORTNAME= amanith PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.amanith.org/download/files/ \ http://louhi.kempele.fi/~skyostil/projects/pyamanith/dist/ @@ -46,6 +47,9 @@ IGNORE= does not build on FreeBSD 4.x post-patch: @${REINPLACE_CMD} -i "" -e 's|3rdpart||' ${WRKSRC}/amanith.pro +post-extract: + @${RMDIR} ${WRKSRC}/include/${PORTNAME}/3d + do-configure: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKECMD} ${WRKSRC}/amanith.pro diff --git a/graphics/amanith/pkg-plist b/graphics/amanith/pkg-plist index f6d180a53a33..b843f1066641 100644 --- a/graphics/amanith/pkg-plist +++ b/graphics/amanith/pkg-plist @@ -74,7 +74,6 @@ lib/libpngimpexp.so @dirrm include/amanith/numerics @dirrm include/amanith/lang @dirrm include/amanith/geometry -@dirrm include/amanith/3d @dirrm include/amanith/2d @dirrm include/amanith/1d @dirrm include/amanith |