mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Switch to tk84, bump PORTREVISION and tidy some whitespace.
Reviewed by: nectar
This commit is contained in:
parent
9ccce6a15a
commit
1d0bf11d2a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91607
1 changed files with 9 additions and 8 deletions
|
@ -5,22 +5,23 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= ding
|
PORTNAME= ding
|
||||||
PORTVERSION= 1.2
|
PORTVERSION= 1.2
|
||||||
CATEGORIES= german
|
PORTREVISION= 1
|
||||||
|
CATEGORIES= german tk84
|
||||||
MASTER_SITES= http://cgi.tu-chemnitz.de/ftp-home/pub/Local/urz/ding/ \
|
MASTER_SITES= http://cgi.tu-chemnitz.de/ftp-home/pub/Local/urz/ding/ \
|
||||||
ftp://ftp.tu-chemnitz.de/pub/Local/urz/ding/
|
ftp://ftp.tu-chemnitz.de/pub/Local/urz/ding/
|
||||||
|
|
||||||
MAINTAINER= nectar@FreeBSD.ORG
|
MAINTAINER= nectar@FreeBSD.ORG
|
||||||
COMMENT= A German-English dictionary program for X windows/Unix
|
COMMENT= A German-English dictionary program for X windows/Unix
|
||||||
|
|
||||||
RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 \
|
RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 \
|
||||||
agrep:${PORTSDIR}/textproc/agrep
|
agrep:${PORTSDIR}/textproc/agrep
|
||||||
|
|
||||||
USE_X_PREFIX= yes
|
USE_X_PREFIX= yes
|
||||||
|
|
||||||
do-build:
|
do-build:
|
||||||
${SED} -E -e '1,/^exec/ s!wish!wish8.3!' \
|
${SED} -E -e '1,/^exec/ s!wish!wish8.4!' \
|
||||||
-e 's!/usr/share/dict/ger-eng.txt!${PREFIX}/share/ding/ger-eng.txt!' \
|
-e 's!/usr/share/dict/ger-eng.txt!${PREFIX}/share/ding/ger-eng.txt!' \
|
||||||
${WRKSRC}/ding > ${WRKSRC}/dingX
|
${WRKSRC}/ding > ${WRKSRC}/dingX
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue