diff options
author | asami <asami@FreeBSD.org> | 1998-01-01 06:33:44 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-01-01 06:33:44 +0800 |
commit | 10439b2170d7afd6118ec441bafbc42b086e314c (patch) | |
tree | 6cc7a60347183fdb9910499e5eccbc909b2dbe47 | |
parent | 3528e03fd15d727e0c090a99c178f46cb9674619 (diff) | |
download | freebsd-ports-gnome-10439b2170d7afd6118ec441bafbc42b086e314c.tar.gz freebsd-ports-gnome-10439b2170d7afd6118ec441bafbc42b086e314c.tar.zst freebsd-ports-gnome-10439b2170d7afd6118ec441bafbc42b086e314c.zip |
Need "de-" in front of PKGNAME.
-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 55ad88746576..ec5542f2deb5 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 |