diff options
author | fredb <fredb@pkgsrc.org> | 2002-03-17 16:34:46 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2002-03-17 16:34:46 +0000 |
commit | 0390f43405b63c87176dedf1faa4bc32b48b47f8 (patch) | |
tree | 31d7aa6d6bc57660ff36eaacbdf79c9cccfa6f41 /emulators/mmix | |
parent | bcf6303939f1b110c598b09ef5b07a8712461201 (diff) | |
download | pkgsrc-0390f43405b63c87176dedf1faa4bc32b48b47f8.tar.gz |
Use ${PKGNAME_NOREV} for ${DIST_SUBDIR}.
Diffstat (limited to 'emulators/mmix')
-rw-r--r-- | emulators/mmix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/mmix/Makefile b/emulators/mmix/Makefile index d4997c573e2..09c90615fe4 100644 --- a/emulators/mmix/Makefile +++ b/emulators/mmix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/03/13 17:36:56 fredb Exp $ +# $NetBSD: Makefile,v 1.5 2002/03/17 16:34:46 fredb Exp $ DISTNAME= mmix PKGNAME= mmix-20000918 @@ -11,7 +11,7 @@ COMMENT= Simulators for Knuth's MMIX RISC architecture BUILD_DEPENDS+= cweb-[0-9]*:../../devel/cweb -DIST_SUBDIR= ${PKGNAME} +DIST_SUBDIR= ${PKGNAME_NOREV} WRKSRC= ${WRKDIR} ALL_TARGET= all doc |