aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/amule/Makefile.man
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2011-12-01 05:20:54 +0800
committerrene <rene@FreeBSD.org>2011-12-01 05:20:54 +0800
commit924fb3f6b408f9a56263a146d35306b3fec0fc3a (patch)
tree05a0ebddde17f4c64dd5cd9e569e1b9e9b6ac745 /net-p2p/amule/Makefile.man
parentbaa708d0b942f39ab9108527685562d504eea831 (diff)
downloadfreebsd-ports-gnome-924fb3f6b408f9a56263a146d35306b3fec0fc3a.tar.gz
freebsd-ports-gnome-924fb3f6b408f9a56263a146d35306b3fec0fc3a.tar.zst
freebsd-ports-gnome-924fb3f6b408f9a56263a146d35306b3fec0fc3a.zip
- Update to 2.3.1
- Make the port look similar to net-p2p/amule-devel to ease updating the two. - Partially pet portlint. PR: ports/162603 Submitted by: Barbara (barbara.xxx1975 libero/it) Approved by: maintainer timeout (swell.k, 14 days) Feature safe: yes
Diffstat (limited to 'net-p2p/amule/Makefile.man')
-rw-r--r--net-p2p/amule/Makefile.man39
1 files changed, 7 insertions, 32 deletions
diff --git a/net-p2p/amule/Makefile.man b/net-p2p/amule/Makefile.man
index c456eda21ddf..f68557e1046e 100644
--- a/net-p2p/amule/Makefile.man
+++ b/net-p2p/amule/Makefile.man
@@ -1,25 +1,14 @@
-# TODO : Add fr here when pages are complete
-MANLANG= "" de es eu fr hu it
-#MANCOMPRESSED= no
+MANLANG= "" de es fr hu it ru tr
.if !defined(WITHOUT_NLS)
. if !defined(WITHOUT_MONOLITHIC)
MAN1+= amule.1
. endif
. if !defined(WITHOUT_ALC)
-MAN1_EN+= alc.1
-MAN1_DE+= alc.1
-MAN1_ES+= alc.1
-MAN1_EU+= alc.1
-MAN1_HU+= alc.1
+MAN1+= alc.1
. endif
. if !defined(WITHOUT_ALCC)
-MAN1_EN+= alcc.1
-MAN1_DE+= alcc.1
-MAN1_ES+= alcc.1
-MAN1_EU+= alcc.1
-MAN1_FR+= alcc.1
-MAN1_HU+= alcc.1
+MAN1+= alcc.1
. endif
. if !defined(WITHOUT_AMULECMD)
MAN1+= amulecmd.1
@@ -28,16 +17,10 @@ MAN1+= amulecmd.1
MAN1+= amuled.1
. endif
. if !defined(WITHOUT_AMULEGUI)
-MAN1_EN+= amulegui.1
-MAN1_DE+= amulegui.1
-MAN1_IT+= amulegui.1
+MAN1+= amulegui.1
. endif
. if !defined(WITHOUT_CAS)
-MAN1_EN+= cas.1
-MAN1_DE+= cas.1
-MAN1_ES+= cas.1
-MAN1_EU+= cas.1
-MAN1_HU+= cas.1
+MAN1+= cas.1
. endif
. if !defined(WITHOUT_ED2K)
MAN1+= ed2k.1
@@ -46,18 +29,10 @@ MAN1+= ed2k.1
MAN1+= amuleweb.1
. endif
. if !defined(WITHOUT_WXCAS)
-MAN1_EN+= wxcas.1
-MAN1_DE+= wxcas.1
-MAN1_ES+= wxcas.1
-MAN1_EU+= wxcas.1
-MAN1_HU+= wxcas.1
+MAN1+= wxcas.1
. endif
.endif # !WITHOUT_NLS
.if !defined(WITHOUT_XAS)
-MAN1_EN+= xas.1
-MAN1_DE+= xas.1
-MAN1_ES+= xas.1
-MAN1_EU+= xas.1
-MAN1_HU+= xas.1
+MAN1+= xas.1
.endif