diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-02-22 23:19:07 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-02-22 23:19:07 +0000 |
commit | 47286f3e1de6fa4ee1ffcbed3d6babd1704aca20 (patch) | |
tree | 27c18c53e0bdf52af66712cb7d79c3009a3b6ea6 /devel/understand_c/Makefile | |
parent | Add a few functions in p2clib. This fixes bugs occuring with some pascal code. (diff) |
o Update to 1.4 Build 149
o Fix bug in wrapper script: do not incorrectly use shift from
sh(1). First command line argument was being lost when there was
more than 1 argument.
Diffstat (limited to 'devel/understand_c/Makefile')
-rw-r--r-- | devel/understand_c/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/understand_c/Makefile b/devel/understand_c/Makefile index af9d098a89cf..5fe3e0005e06 100644 --- a/devel/understand_c/Makefile +++ b/devel/understand_c/Makefile @@ -6,7 +6,7 @@ # PORTNAME= understand_c -PORTVERSION= 1.4.146 +PORTVERSION= 1.4.149 PORTEPOCH= 1 CATEGORIES= devel linux MASTER_SITES= http://www.scitools.com/ftp/pub/download/understand_c/%SUBDIR%/ |