diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-31 06:20:49 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-31 06:20:49 +0800 |
commit | c52057288b4c9f889d96043d967ef4999825225e (patch) | |
tree | 8265a945e2d70352c6a20dcc9e33fd074950b6ef /accessibility/yasr | |
parent | b8c2435909ddba9c06feef56e53fad31dcc200fe (diff) | |
download | freebsd-ports-gnome-c52057288b4c9f889d96043d967ef4999825225e.tar.gz freebsd-ports-gnome-c52057288b4c9f889d96043d967ef4999825225e.tar.zst freebsd-ports-gnome-c52057288b4c9f889d96043d967ef4999825225e.zip |
Finish stage support
Diffstat (limited to 'accessibility/yasr')
-rw-r--r-- | accessibility/yasr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/accessibility/yasr/Makefile b/accessibility/yasr/Makefile index 1fddfaeb74be..214cec055d0c 100644 --- a/accessibility/yasr/Makefile +++ b/accessibility/yasr/Makefile @@ -3,7 +3,7 @@ PORTNAME= yasr PORTVERSION= 0.6.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= accessibility MASTER_SITES= SF @@ -24,6 +24,7 @@ OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes PLIST_FILES= bin/yasr \ + man/man1/yasr.1.gz \ %%DATADIR%%/yasr.conf \ %%NLS%%share/locale/es/LC_MESSAGES/yasr.mo \ %%NLS%%share/locale/fr/LC_MESSAGES/yasr.mo |