Index: head/german/dict/pkg-plist =================================================================== --- head/german/dict/pkg-plist (revision 364850) +++ head/german/dict/pkg-plist (nonexistent) @@ -1,2 +0,0 @@ -bin/de-dict -share/ger-eng.txt Property changes on: head/german/dict/pkg-plist ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/german/dict/Makefile =================================================================== --- head/german/dict/Makefile (revision 364850) +++ head/german/dict/Makefile (revision 364851) @@ -1,24 +1,26 @@ # Created by: wosch # $FreeBSD$ 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} .include