diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2005-02-12 19:57:39 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2005-02-12 19:57:39 +0000 |
commit | 1ce6359838e0ffef396dea3d9040704d86c74873 (patch) | |
tree | 47223390671d2610b5511aaf1f40e32a967b1744 /lang/nickle | |
parent | - PORTEPOCH bump because of portupgrade disagrees with pkg_version -t (diff) |
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-plist | 3 |
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 |