diff options
author | hira <hira> | 2008-10-17 08:01:23 +0000 |
---|---|---|
committer | hira <hira> | 2008-10-17 08:01:23 +0000 |
commit | 3248d74431734023fda54777feb7a34991375c0c (patch) | |
tree | d213b461a7f1b0f219a08f5b98494f7c736bbea6 /misc | |
parent | 439ae1f8c7ba4594a9a49e2134db8a58693e5b0d (diff) | |
download | pkgsrc-3248d74431734023fda54777feb7a34991375c0c.tar.gz |
Fix typo (PKG_REVISION -> PKGREVISION).
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openoffice3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/openoffice3/Makefile b/misc/openoffice3/Makefile index c99357ab086..e09bf11908e 100644 --- a/misc/openoffice3/Makefile +++ b/misc/openoffice3/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2008/10/16 23:16:46 hira Exp $ +# $NetBSD: Makefile,v 1.5 2008/10/17 08:01:23 hira Exp $ # OO_VER= 3.0.0 -PKG_REVISION= 1 +PKGREVISION= 1 OO_TAG= OOO300_m9 DISTNAME= openoffice-${OO_VER} PKGNAME= openoffice3-${OO_VER} |