diff options
author | tv <tv@pkgsrc.org> | 1998-08-17 18:35:34 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-08-17 18:35:34 +0000 |
commit | 2dc95eff912513b8431df15c4a7fdd0d5c1059be (patch) | |
tree | e3fc8b95f9b858664f0432b854db9e059b745832 /emulators/compat12 | |
parent | 9a709927e0aa05a763a7525d7b0518f0ac539b25 (diff) | |
download | pkgsrc-2dc95eff912513b8431df15c4a7fdd0d5c1059be.tar.gz |
Fix DISTNAME/PKGNAME differences.
Diffstat (limited to 'emulators/compat12')
-rw-r--r-- | emulators/compat12/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/compat12/Makefile b/emulators/compat12/Makefile index 42caabe6d55..a43684c5564 100644 --- a/emulators/compat12/Makefile +++ b/emulators/compat12/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.8 1998/08/13 02:17:39 tv Exp $ +# $NetBSD: Makefile,v 1.9 1998/08/17 18:35:34 tv Exp $ # -DISTNAME= compat12-1.2.1 +DISTNAME= compat12-${MACHINE_ARCH} +PKGNAME= compat12-1.2.1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_LOCAL} -EXTRACT_SUFX= -${MACHINE_ARCH}.tar.gz MAINTAINER= tv@netbsd.org |