Date: Thu, 14 Aug 2014 15:22:01 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364851 - head/german/dict Message-ID: <201408141522.s7EFM1iY050308@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Thu Aug 14 15:22:00 2014 New Revision: 364851 URL: http://svnweb.freebsd.org/changeset/ports/364851 QAT: https://qat.redports.org/buildarchive/r364851/ Log: 1: Stagify. 2: add LICENSE. Deleted: head/german/dict/pkg-plist Modified: head/german/dict/Makefile Modified: head/german/dict/Makefile ============================================================================== --- head/german/dict/Makefile Thu Aug 14 15:20:29 2014 (r364850) +++ head/german/dict/Makefile Thu Aug 14 15:22:00 2014 (r364851) @@ -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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408141522.s7EFM1iY050308>