diff options
author | wiz <wiz@pkgsrc.org> | 2004-10-05 13:16:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-10-05 13:16:56 +0000 |
commit | cc20f764bc2cbbf2302e26a1ae35647c9efe3abd (patch) | |
tree | 56447bac3f3cfc0ba74bfae5921dfd96477bd946 /textproc | |
parent | 060108cc64bdf2c4a9b9585374c2b329c15075b8 (diff) | |
download | pkgsrc-cc20f764bc2cbbf2302e26a1ae35647c9efe3abd.tar.gz |
Set DIST_SUBDIR to PKGNAME_NOREV, not PKGNAME, since the latter
changes with PKGREVISION settings. Closes PR 27148.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/stardic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/stardic/Makefile b/textproc/stardic/Makefile index 5bf5377c8ec..ce64dac2e4f 100644 --- a/textproc/stardic/Makefile +++ b/textproc/stardic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/10/03 00:18:21 tv Exp $ +# $NetBSD: Makefile,v 1.7 2004/10/05 13:16:56 wiz Exp $ DISTNAME= dic PKGNAME= stardic-1.31 @@ -9,7 +9,7 @@ MASTER_SITES= http://download.linuxbyte.net/Chinese/dictionary/ MAINTAINER= rxg@NetBSD.org COMMENT= English-Chinese dictionary -DIST_SUBDIR= ${PKGNAME} +DIST_SUBDIR= ${PKGNAME_NOREV} USE_BUILDLINK3= # defined USE_X11= # defined |