diff options
author | tron <tron@pkgsrc.org> | 2002-11-20 08:45:48 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-11-20 08:45:48 +0000 |
commit | 1070b2f261b7e85a91e625a32ae5714f6978cb36 (patch) | |
tree | a7256c064e7ffa919a6139ea8b6e57472c551364 /textproc | |
parent | 908546d8c0891fb7f29fab85b7dbb2e2e625850b (diff) | |
download | pkgsrc-1070b2f261b7e85a91e625a32ae5714f6978cb36.tar.gz |
Manually set "${PKGNAME}" so that the package name actually matches
the directory name.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/emacs-dict-client/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/emacs-dict-client/Makefile b/textproc/emacs-dict-client/Makefile index 3d461d343ca..81ecd399c3f 100644 --- a/textproc/emacs-dict-client/Makefile +++ b/textproc/emacs-dict-client/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/11/20 08:39:22 tron Exp $ +# $NetBSD: Makefile,v 1.2 2002/11/20 08:45:48 tron Exp $ DISTNAME= dictionary-1.8.2 +PKGNAME= ${DISTNAME:S/dictionary/emacs-dict-client/} CATEGORIES= textproc MASTER_SITES= ${HOMEPAGE} |