diff options
author | antoine <antoine@FreeBSD.org> | 2014-11-13 18:38:16 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-11-13 18:38:16 +0800 |
commit | 23c898da181c047b7f789b343b8d2b78c88a9a60 (patch) | |
tree | cbb54f1c88083a1eb17be012a4e533dcb35b5bfc /security/yapet | |
parent | a260a07b98878a6bcd858527d8f0d1b8bf4e44f5 (diff) | |
download | freebsd-ports-gnome-23c898da181c047b7f789b343b8d2b78c88a9a60.tar.gz freebsd-ports-gnome-23c898da181c047b7f789b343b8d2b78c88a9a60.tar.zst freebsd-ports-gnome-23c898da181c047b7f789b343b8d2b78c88a9a60.zip |
Cleanup plist
Diffstat (limited to 'security/yapet')
-rw-r--r-- | security/yapet/Makefile | 1 | ||||
-rw-r--r-- | security/yapet/pkg-plist | 7 |
2 files changed, 7 insertions, 1 deletions
diff --git a/security/yapet/Makefile b/security/yapet/Makefile index a4c1f2615d53..e73fb1680fc3 100644 --- a/security/yapet/Makefile +++ b/security/yapet/Makefile @@ -2,6 +2,7 @@ PORTNAME= yapet PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.guengel.ch/myapps/yapet/downloads/ diff --git a/security/yapet/pkg-plist b/security/yapet/pkg-plist index 42301b958c84..85dccb547b9c 100644 --- a/security/yapet/pkg-plist +++ b/security/yapet/pkg-plist @@ -8,10 +8,15 @@ man/man5/yapet_colors.5.gz man/man5/yapet_config.5.gz share/applications/yapet.desktop %%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/DESIGN %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/html/DESIGN.html +%%PORTDOCS%%%%DOCSDIR%%/html/README.html +%%CONVERTERS%%%%PORTDOCS%%%%DOCSDIR%%/html/csv2yapet.html +%%PORTDOCS%%%%DOCSDIR%%/html/yapet.html +%%CONVERTERS%%%%PORTDOCS%%%%DOCSDIR%%/html/yapet2csv.html %%NLS%%share/locale/de/LC_MESSAGES/libyacurs.mo %%NLS%%share/locale/de/LC_MESSAGES/yapet.mo -%%PORTDOCS%%@dirrm %%DOCSDIR%% |