diff options
author | tron <tron@pkgsrc.org> | 1999-03-01 23:09:12 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-03-01 23:09:12 +0000 |
commit | 87dc2a00aee9dcfb8427f8be76be4153fdf2a202 (patch) | |
tree | b3c73415a8ec60bef6913f820907d3b02934105a /x11 | |
parent | 2609fdc9fad5350a2b25c205ec8497f3e6e51588 (diff) | |
download | pkgsrc-87dc2a00aee9dcfb8427f8be76be4153fdf2a202.tar.gz |
Fix another "fvmw" vs. "fvwm" typo. *sigh*
Diffstat (limited to 'x11')
-rw-r--r-- | x11/fvwm1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/fvwm1/Makefile b/x11/fvwm1/Makefile index 298d968efda..9e4697f1b3f 100644 --- a/x11/fvwm1/Makefile +++ b/x11/fvwm1/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.16 1999/03/01 23:05:47 tron Exp $ +# $NetBSD: Makefile,v 1.17 1999/03/01 23:09:12 tron Exp $ # FreeBSD Id: Makefile,v 1.12 1997/10/11 10:42:43 jkh Exp # DISTNAME= fvwm-1.24r -PKGNAME= ${DISTNAME:S/fvwm/fvmw1/} +PKGNAME= ${DISTNAME:S/fvwm/fvwm1/} CATEGORIES= x11 MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/ |