diff options
author | vs <vs@FreeBSD.org> | 2005-03-14 00:44:55 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-03-14 00:44:55 +0800 |
commit | 32ed3a02560dcacbcfd745b82a8850474bfd0a7d (patch) | |
tree | f28916087eb1f2a3bce34ee5dc05b5d3c21524e0 /archivers/deepforest | |
parent | c2941ba658ae0eabba823cff5803301539eba078 (diff) | |
download | freebsd-ports-gnome-32ed3a02560dcacbcfd745b82a8850474bfd0a7d.tar.gz freebsd-ports-gnome-32ed3a02560dcacbcfd745b82a8850474bfd0a7d.tar.zst freebsd-ports-gnome-32ed3a02560dcacbcfd745b82a8850474bfd0a7d.zip |
Unbreak: Fix plist
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 |