diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-02-11 15:07:54 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-02-11 15:07:54 +0000 |
commit | b1f86a88ebfaecc7e4d4acdc337787f9ce8739dc (patch) | |
tree | 3ffe6ce30b9ece65a5b41d31d4a961a7608c3cf5 /misc/diction | |
parent | 820e3c57ea58099de9405f9f78c5ceb2d40ff3bc (diff) | |
download | ports-b1f86a88ebfaecc7e4d4acdc337787f9ce8739dc.tar.gz ports-b1f86a88ebfaecc7e4d4acdc337787f9ce8739dc.zip |
Notes
Diffstat (limited to 'misc/diction')
-rw-r--r-- | misc/diction/Makefile | 4 | ||||
-rw-r--r-- | misc/diction/pkg-plist | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/misc/diction/Makefile b/misc/diction/Makefile index f8a7ed7e4ad1..3929fe1036e3 100644 --- a/misc/diction/Makefile +++ b/misc/diction/Makefile @@ -17,6 +17,10 @@ COMMENT= GNU diction and style USE_AUTOCONF= yes +PLIST_FILES= bin/diction bin/style share/diction/C share/diction/de \ + share/diction/en +PLIST_DIRS= share/diction + MAN1= diction.1 style.1 .include <bsd.port.mk> diff --git a/misc/diction/pkg-plist b/misc/diction/pkg-plist deleted file mode 100644 index 028fab46de39..000000000000 --- a/misc/diction/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/diction -bin/style -share/diction/C -share/diction/de -share/diction/en -@dirrm share/diction |