diff options
author | acm <acm@FreeBSD.org> | 2006-09-26 11:21:18 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-09-26 11:21:18 +0800 |
commit | 6a371adb30ada90ba958ca6f71fa73b44898332b (patch) | |
tree | 5618fa77f6342821a1722502cb94f2f841d0c03f /graphics/amanith | |
parent | 5670e590c653a0b5843d91e3b476e2f00d9bd5c8 (diff) | |
download | freebsd-ports-gnome-6a371adb30ada90ba958ca6f71fa73b44898332b.tar.gz freebsd-ports-gnome-6a371adb30ada90ba958ca6f71fa73b44898332b.tar.zst freebsd-ports-gnome-6a371adb30ada90ba958ca6f71fa73b44898332b.zip |
- Remove 3d empty directory. It avoid a warning on delete time of amanith
package.
Diffstat (limited to 'graphics/amanith')
-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 |