aboutsummaryrefslogtreecommitdiff
path: root/www/aria2
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-06-12 13:45:46 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-06-12 13:45:46 +0000
commit4cfd91f162236399440ca4eb2c553ab8f7244bfa (patch)
tree5a5eae02ff4fe8bccf1776687b058f0bf1c28823 /www/aria2
parent28a8edad357f36508f17c354b25c4fd8ec7bf5e2 (diff)
downloadports-4cfd91f162236399440ca4eb2c553ab8f7244bfa.tar.gz
ports-4cfd91f162236399440ca4eb2c553ab8f7244bfa.zip
Notes
Diffstat (limited to 'www/aria2')
-rw-r--r--www/aria2/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/www/aria2/Makefile b/www/aria2/Makefile
index 3300586cd56b..b2921fafea28 100644
--- a/www/aria2/Makefile
+++ b/www/aria2/Makefile
@@ -31,8 +31,12 @@ USE_XZ= yes
USES= pathfix
MAN1= aria2c.1
-MANLANG= "" ru
+MANLANG= "" ru pt
PLIST_FILES= bin/aria2c
+PLIST_DIRS= man/ru/man1 \
+ man/ru \
+ man/pt/man1 \
+ man/pt
.include <bsd.port.options.mk>
@@ -52,7 +56,7 @@ PLIST_FILES+= %%DOCSDIR%%/README \
%%DOCSDIR%%/xmlrpc/README.txt \
%%DOCSDIR%%/xmlrpc/aria2mon \
%%DOCSDIR%%/xmlrpc/aria2rpc
-PLIST_DIRS= %%DOCSDIR%%/xmlrpc \
+PLIST_DIRS+= %%DOCSDIR%%/xmlrpc \
%%DOCSDIR%%/bash_completion \
%%DOCSDIR%%
.endif