aboutsummaryrefslogtreecommitdiff
path: root/lang/nickle
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2005-02-12 19:57:39 +0000
committerEric Anholt <anholt@FreeBSD.org>2005-02-12 19:57:39 +0000
commit1ce6359838e0ffef396dea3d9040704d86c74873 (patch)
tree47223390671d2610b5511aaf1f40e32a967b1744 /lang/nickle
parent201fa1e69d5924c913489b70397a237c3b34ff12 (diff)
downloadports-1ce6359838e0ffef396dea3d9040704d86c74873.tar.gz
ports-1ce6359838e0ffef396dea3d9040704d86c74873.zip
Don't forget to rmdir the new include/nickle. While I'm here, make rmdir of
share/nickle failure non-fatal, as people might be installing 3rd-party stuff there. Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=128622
Diffstat (limited to 'lang/nickle')
-rw-r--r--lang/nickle/pkg-plist3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/nickle/pkg-plist b/lang/nickle/pkg-plist
index 9f6ccf51392c..87f4060b6c90 100644
--- a/lang/nickle/pkg-plist
+++ b/lang/nickle/pkg-plist
@@ -61,4 +61,5 @@ include/nickle/value.h
@dirrm %%DATADIR%%/examples/turtle/
@dirrm %%DATADIR%%/examples/smlng
@dirrm %%DATADIR%%/examples
-@dirrm %%DATADIR%%
+@unexec /bin/rmdir %D/%%DATADIR%% 2>/dev/null || true
+@dirrm include/nickle