diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-27 10:10:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-27 10:10:58 +0000 |
commit | e52c1f9d98293cc7561f357c085d783447947e35 (patch) | |
tree | 0011f23acca7437b9be67bc941dd12f2990a6fe2 /devel/devtodo | |
parent | 86b465c730ce262e42fa4bc48cd8e216a84786ff (diff) |
Cleanup plist
Notes
Notes:
svn path=/head/; revision=371544
Diffstat (limited to 'devel/devtodo')
-rw-r--r-- | devel/devtodo/pkg-plist | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/devtodo/pkg-plist b/devel/devtodo/pkg-plist index b00a2d77d934..ad538def698f 100644 --- a/devel/devtodo/pkg-plist +++ b/devel/devtodo/pkg-plist @@ -5,8 +5,7 @@ bin/tde bin/tdl bin/tdr bin/todo -etc/todorc.sample -@unexec if cmp -s %D/etc/todorc %D/etc/todorc.sample; then rm -f %D/etc/todorc; fi +@sample etc/todorc.sample man/man1/devtodo.1.gz man/man1/tda.1.gz man/man1/tdd.1.gz @@ -17,4 +16,3 @@ man/man1/todo.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts.tcsh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/todorc.example -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% |