diff options
author | fredb <fredb> | 2002-03-17 16:34:46 +0000 |
---|---|---|
committer | fredb <fredb> | 2002-03-17 16:34:46 +0000 |
commit | 34b8fddb8fea2d3263b5b4dacf6262d974a174ed (patch) | |
tree | 31d7aa6d6bc57660ff36eaacbdf79c9cccfa6f41 /emulators | |
parent | 89d582b9d53a86645c1b5021bfe434eb25d55fbb (diff) | |
download | pkgsrc-34b8fddb8fea2d3263b5b4dacf6262d974a174ed.tar.gz |
Use ${PKGNAME_NOREV} for ${DIST_SUBDIR}.
Diffstat (limited to 'emulators')
-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 |