diff options
author | gdt <gdt@pkgsrc.org> | 2022-11-27 13:33:48 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2022-11-27 13:33:48 +0000 |
commit | 555a60f9e1bd332eb626fe22326148bc7ec59af1 (patch) | |
tree | b21cb05cb9318c030585ad7d8b82aa4bf8d1b6e2 /geography | |
parent | 5ac77ff64cc845acc8669939c3a752284edef7ee (diff) | |
download | pkgsrc-555a60f9e1bd332eb626fe22326148bc7ec59af1.tar.gz |
geography/proj: Fix comment
Diffstat (limited to 'geography')
-rw-r--r-- | geography/proj/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/geography/proj/Makefile b/geography/proj/Makefile index 695405c33da..231ab566d5c 100644 --- a/geography/proj/Makefile +++ b/geography/proj/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2022/11/27 13:30:45 gdt Exp $ +# $NetBSD: Makefile,v 1.30 2022/11/27 13:33:48 gdt Exp $ # An update to 8 or 9 is on hold because I have not yet assessed how # much trouble it will cause. -gdt -# evaluated how much this will break. VERSION_BASE= 7.2.1 VERSION_RC= VERSION= ${VERSION_BASE}${VERSION_RC} |