diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2007-04-12 14:07:34 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2007-04-12 14:07:34 +0800 |
commit | 34aabf4cf142faaee23f85a374d51c514a97ab21 (patch) | |
tree | 6fdc85424ac8c2fe20804cb2c2558df2959ef63e /science | |
parent | 6a01fee95f815c506931fc2cd88a18c22121c882 (diff) | |
download | freebsd-ports-gnome-34aabf4cf142faaee23f85a374d51c514a97ab21.tar.gz freebsd-ports-gnome-34aabf4cf142faaee23f85a374d51c514a97ab21.tar.zst freebsd-ports-gnome-34aabf4cf142faaee23f85a374d51c514a97ab21.zip |
- Fix typo, PORTREVISION, not PORTREVERSION, my fault, sorry
Found by: flz
Approved by: clsung (mentor)
Diffstat (limited to 'science')
-rw-r--r-- | science/v_sim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/v_sim/Makefile b/science/v_sim/Makefile index 86e02723ecb3..0641eb6d4658 100644 --- a/science/v_sim/Makefile +++ b/science/v_sim/Makefile @@ -6,7 +6,7 @@ PORTNAME= v_sim PORTVERSION= 3.3.0 -PORTREVERSION= 1 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://www-drfmc.cea.fr/sp2m/L_Sim/V_Sim/download/ |