diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-03-13 16:44:55 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-03-13 16:44:55 +0000 |
commit | 98f0df276f80fce6d846fa3d8ba8d11650ab9c94 (patch) | |
tree | eef76d295f401869092350de5528c56baa275735 /archivers/deepforest | |
parent | dba7f55a672a1f278f5e4b843660f74ed9882521 (diff) | |
download | ports-98f0df276f80fce6d846fa3d8ba8d11650ab9c94.tar.gz ports-98f0df276f80fce6d846fa3d8ba8d11650ab9c94.zip |
Notes
Diffstat (limited to 'archivers/deepforest')
-rw-r--r-- | archivers/deepforest/Makefile | 2 | ||||
-rw-r--r-- | archivers/deepforest/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archivers/deepforest/Makefile b/archivers/deepforest/Makefile index a66fff9dad54..9a0bfbd9eaa0 100644 --- a/archivers/deepforest/Makefile +++ b/archivers/deepforest/Makefile @@ -19,8 +19,6 @@ COMMENT= A simple compress utilty using on JDE RUN_DEPENDS= ${RUN_DEP_LIST} LIB_DEPENDS= ${LIB_DEP_LIST} -BROKEN= Incomplete pkg-plist - NO_WRKSUBDIR= yes NO_BUILD= yes USE_X_PREFIX= yes diff --git a/archivers/deepforest/pkg-plist b/archivers/deepforest/pkg-plist index 66c6f2b5abb7..3740b699a31f 100644 --- a/archivers/deepforest/pkg-plist +++ b/archivers/deepforest/pkg-plist @@ -10,6 +10,8 @@ JDE/DeepForest/docs/Japanese/README.sjis JDE/DeepForest/install.sh bin/DeepForest.app %%PIXMAP_PATH%%/DeepForest.xpm +@unexec rmdir %D/share/WindowMaker/Pixmaps 2>/dev/null || true +@unexec rmdir %D/share/WindowMaker 2>/dev/null || true @dirrm JDE/DeepForest/docs/English @dirrm JDE/DeepForest/docs/Japanese @dirrm JDE/DeepForest/docs |