diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 09:36:43 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 09:36:43 +0000 |
commit | 950fd3cbc2b1f6df975387bf3a364dc1d20e7d58 (patch) | |
tree | 4147b61d5aaf43eadd75d4949ce6a77761ed9b5b /german | |
parent | 72185e5fb2229800490e58850811d57db1039664 (diff) | |
download | ports-950fd3cbc2b1f6df975387bf3a364dc1d20e7d58.tar.gz ports-950fd3cbc2b1f6df975387bf3a364dc1d20e7d58.zip |
Notes
Diffstat (limited to 'german')
-rw-r--r-- | german/BBBike/Makefile | 2 | ||||
-rw-r--r-- | german/ding/Makefile | 8 | ||||
-rw-r--r-- | german/ispell-neu/Makefile | 8 | ||||
-rw-r--r-- | german/ispell/Makefile | 8 |
4 files changed, 7 insertions, 19 deletions
diff --git a/german/BBBike/Makefile b/german/BBBike/Makefile index 6d736e5a7fce..f3a5b5328acd 100644 --- a/german/BBBike/Makefile +++ b/german/BBBike/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline \ RUN_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk \ ${BUILD_DEPENDS} -USE_PERL5= YES +USES= perl5 POD2MAN= pod2man MAN1= bbbike.1 diff --git a/german/ding/Makefile b/german/ding/Makefile index 3a7139d229da..b43026b590bb 100644 --- a/german/ding/Makefile +++ b/german/ding/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ding -# Date created: 5/25/2001 -# Whom: n@nectar.com -# +# Created by: n@nectar.com # $FreeBSD$ -# PORTNAME= ding PORTVERSION= 1.7 @@ -17,7 +13,7 @@ COMMENT= A German-English dictionary program for X windows/Unix RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 \ agrep:${PORTSDIR}/textproc/agrep -USE_PERL5= yes +USES= perl5 MAN1= ding.1 diff --git a/german/ispell-neu/Makefile b/german/ispell-neu/Makefile index c15c7ebe9095..dda3fcb0a9dc 100644 --- a/german/ispell-neu/Makefile +++ b/german/ispell-neu/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: deneu-ispell -# Date created: 10 February 2000 -# Whom: Alexander Langer <alex@big.endian.de> -# +# Created by: Alexander Langer <alex@big.endian.de> # $FreeBSD$ -# PORTNAME= ispell CATEGORIES= german @@ -13,7 +9,7 @@ MAINTAINER= office@FreeBSD.org ISPELL_DENEU= yes MASTERDIR= ${.CURDIR}/../../textproc/ispell -USE_PERL5= yes +USES= perl5 .if exists(${.CURDIR}/Makefile.local) .include "${.CURDIR}/Makefile.local" diff --git a/german/ispell/Makefile b/german/ispell/Makefile index e50db06264b1..ef550c06e308 100644 --- a/german/ispell/Makefile +++ b/german/ispell/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: de-ispell -# Date created: 10 February 2000 -# Whom: Alexander Langer <alex@big.endian.de> -# +# Created by: Alexander Langer <alex@big.endian.de> # $FreeBSD$ -# PORTNAME= ispell CATEGORIES= german @@ -11,7 +7,7 @@ PKGNAMESUFFIX= -20071211 MAINTAINER= office@FreeBSD.org -USE_PERL5= yes +USES= perl5 ISPELL_DEALT= yes ISPELL_DENEU= yes |