diff options
author | lioux <lioux@FreeBSD.org> | 2001-05-10 03:14:12 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-05-10 03:14:12 +0000 |
commit | c42428b1b4d69caefa719f2eb0477465d9c88612 (patch) | |
tree | b9f68dae2a9cd77ecc04cf8d3cb1525fd6c37fe5 /x11-clocks/wmtimer | |
parent | 777768325cd346d0f0e346f5bf5b9c5fe7c9afc6 (diff) | |
download | FreeBSD-ports-c42428b1b4d69caefa719f2eb0477465d9c88612.zip FreeBSD-ports-c42428b1b4d69caefa719f2eb0477465d9c88612.tar.gz |
- Backward compability issue (as old as possible):
o "new" mtree versions take care of @dirrm share/doc
o therefore, add a harmless @unexec
Submitted by: maintainer
Diffstat (limited to 'x11-clocks/wmtimer')
-rw-r--r-- | x11-clocks/wmtimer/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-clocks/wmtimer/pkg-plist b/x11-clocks/wmtimer/pkg-plist index 9c38123..f5123b2 100644 --- a/x11-clocks/wmtimer/pkg-plist +++ b/x11-clocks/wmtimer/pkg-plist @@ -1,4 +1,4 @@ bin/wmtimer %%PORTDOCS%%share/doc/wmtimer/README %%PORTDOCS%%@dirrm share/doc/wmtimer -%%PORTDOCS%%@dirrm share/doc +%%PORTDOCS%%@unexec rmdir %D/share/doc 2>/dev/null || true |