svn commit: r364851 - head/german/dict
Vanilla I. Shu
vanilla at FreeBSD.org
Thu Aug 14 15:22:01 UTC 2014
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 at 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}
More information about the svn-ports-all
mailing list