aboutsummaryrefslogtreecommitdiff
path: root/german
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-08-14 15:22:00 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-08-14 15:22:00 +0000
commit750f08a625b4adc58efabbf12c4bfcfae2d2a26f (patch)
tree34c405e2135ad3fa94a1b9430ebb4a594a8d926f /german
parentbb5fd13d531f189ae222b5ee02fe72b489afe29d (diff)
downloadports-750f08a625b4adc58efabbf12c4bfcfae2d2a26f.tar.gz
ports-750f08a625b4adc58efabbf12c4bfcfae2d2a26f.zip
Notes
Diffstat (limited to 'german')
-rw-r--r--german/dict/Makefile6
-rw-r--r--german/dict/pkg-plist2
2 files changed, 4 insertions, 4 deletions
diff --git a/german/dict/Makefile b/german/dict/Makefile
index 0b1121bdf7a9..a9eb081ec07b 100644
--- a/german/dict/Makefile
+++ b/german/dict/Makefile
@@ -5,19 +5,21 @@ PORTNAME= dict
PORTVERSION= 1.2
CATEGORIES= german
MASTER_SITES= http://wolfram.schneider.org/src/
-DISTNAME= dict-${PORTVERSION}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${dict}.gz
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple English/German dictionary
+LICENSE= BSD2CLAUSE
+
RUN_DEPENDS= agrep:${PORTSDIR}/textproc/agrep
+PLIST_FILES= bin/de-dict share/ger-eng.txt
dict= ger-eng.txt
post-extract: ${dict}
-NO_STAGE= yes
+
${dict}:
${GZCAT} < ${DISTDIR}/${dict}.gz > ${WRKSRC}/${.TARGET}
diff --git a/german/dict/pkg-plist b/german/dict/pkg-plist
deleted file mode 100644
index 488f46dbf3ec..000000000000
--- a/german/dict/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/de-dict
-share/ger-eng.txt