aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-06-14 02:09:48 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-06-14 02:09:48 +0800
commit2cbc69c638f0cbfe114407399c5fd23d0b74cb37 (patch)
tree0fb7f3d26852c32957246240a78a71127710f2b5 /www
parent221122d021e153c7b711a0208da8f39a0bfd069d (diff)
downloadfreebsd-ports-gnome-2cbc69c638f0cbfe114407399c5fd23d0b74cb37.tar.gz
freebsd-ports-gnome-2cbc69c638f0cbfe114407399c5fd23d0b74cb37.tar.zst
freebsd-ports-gnome-2cbc69c638f0cbfe114407399c5fd23d0b74cb37.zip
- Sort MANLANG
- Fix PLIST: use PLIST_DIRSTRY for shared man/<MANLANG>/man<SECT> directories
Diffstat (limited to 'www')
-rw-r--r--www/aria2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/aria2/Makefile b/www/aria2/Makefile
index b2921fafea28..078be4995ce6 100644
--- a/www/aria2/Makefile
+++ b/www/aria2/Makefile
@@ -31,9 +31,9 @@ USE_XZ= yes
USES= pathfix
MAN1= aria2c.1
-MANLANG= "" ru pt
+MANLANG= "" pt ru
PLIST_FILES= bin/aria2c
-PLIST_DIRS= man/ru/man1 \
+PLIST_DIRSTRY= man/ru/man1 \
man/ru \
man/pt/man1 \
man/pt
@@ -56,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