diff options
author | clement <clement@FreeBSD.org> | 2004-02-11 23:07:54 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-02-11 23:07:54 +0800 |
commit | 420d0726bf6cd701118bd0fb3fee4b0a694041a0 (patch) | |
tree | 6a8ad696b1462f4a250adb0ffcecf29c971d244e /misc/diction | |
parent | d91fc71cf96c050d9db145eaed0dc982eebd4479 (diff) | |
download | freebsd-ports-gnome-420d0726bf6cd701118bd0fb3fee4b0a694041a0.tar.gz freebsd-ports-gnome-420d0726bf6cd701118bd0fb3fee4b0a694041a0.tar.zst freebsd-ports-gnome-420d0726bf6cd701118bd0fb3fee4b0a694041a0.zip |
misc category cleanup part 3 of 6:
- Use DATADIR/DOCSDIR/PORTSDOC
- make portlint happy
* diction, earthview
- kill pkg-plist
PR: 61028
Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
Updated/reworked by: me
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 |