diff options
author | asami <asami@FreeBSD.org> | 1997-12-31 22:33:44 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-12-31 22:33:44 +0000 |
commit | 10439b2170d7afd6118ec441bafbc42b086e314c (patch) | |
tree | 6cc7a60347183fdb9910499e5eccbc909b2dbe47 /german | |
parent | 3528e03fd15d727e0c090a99c178f46cb9674619 (diff) | |
download | FreeBSD-ports-10439b2170d7afd6118ec441bafbc42b086e314c.zip FreeBSD-ports-10439b2170d7afd6118ec441bafbc42b086e314c.tar.gz |
Need "de-" in front of PKGNAME.
Diffstat (limited to 'german')
-rw-r--r-- | german/dict/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/german/dict/Makefile b/german/dict/Makefile index 55ad887..ec5542f 100644 --- a/german/dict/Makefile +++ b/german/dict/Makefile @@ -3,10 +3,11 @@ # Date created: 6 August 1997 # Whom: wosch # -# $Id: Makefile,v 1.4 1997/12/28 12:17:46 wosch Exp $ +# $Id: Makefile,v 1.5 1997/12/31 12:11:56 wosch Exp $ # DISTNAME= dict-1.1 +PKGNAME= de-dict-1.1 CATEGORIES= german MASTER_SITES= http://www.freebsd.org/~wosch/src/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${dict}.gz |