From 6a371adb30ada90ba958ca6f71fa73b44898332b Mon Sep 17 00:00:00 2001 From: acm Date: Tue, 26 Sep 2006 03:21:18 +0000 Subject: - Remove 3d empty directory. It avoid a warning on delete time of amanith package. --- graphics/amanith/Makefile | 4 ++++ graphics/amanith/pkg-plist | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'graphics/amanith') 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 -- cgit