summaryrefslogtreecommitdiffstats
path: root/german/dict
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-08-13 05:09:22 +0000
committerasami <asami@FreeBSD.org>1997-08-13 05:09:22 +0000
commita5d2d965bf2f997fdc1fa95e5730737325990be6 (patch)
tree928a9214fb356fef1b7bce095e6c4ae4f79539ad /german/dict
parentf356cd1ce35c8a9469ee5ac03145264c818f38d2 (diff)
downloadFreeBSD-ports-a5d2d965bf2f997fdc1fa95e5730737325990be6.zip
FreeBSD-ports-a5d2d965bf2f997fdc1fa95e5730737325990be6.tar.gz
Minor cleanup to make portlint happy.
Diffstat (limited to 'german/dict')
-rw-r--r--german/dict/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/german/dict/Makefile b/german/dict/Makefile
index 92b32d7..c9aefd3 100644
--- a/german/dict/Makefile
+++ b/german/dict/Makefile
@@ -3,21 +3,24 @@
# Date created: 6 August 1997
# Whom: wosch
#
-# $Id: Makefile,v 1.7 1997/04/30 03:18:08 asami Exp $
-
+# $Id: Makefile,v 1.1.1.1 1997/08/06 19:17:46 wosch Exp $
+#
DISTNAME= dict-1.0
CATEGORIES= german
MASTER_SITES= http://www.apfel.de/~wosch/src/
-dict= eng2germ.dict
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${dict}.gz
+
+MAINTAINER= wosch@FreeBSD.org
+
RUN_DEPENDS= ${PORTSDIR}/textproc/agrep
+
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-MAINTAINER= wosch@FreeBSD.org
+dict= eng2germ.dict
post-extract: ${dict}
${dict}:
- gzip -d < ${DISTDIR}/${dict}.gz > ${WRKSRC}/${.TARGET}
+ ${GZIP_CMD} -d < ${DISTDIR}/${dict}.gz > ${WRKSRC}/${.TARGET}
.include <bsd.port.mk>
OpenPOWER on IntegriCloud