diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2004-05-02 12:13:51 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2004-05-02 12:13:51 +0000 |
commit | 5c5f5a3cef94d083ad52837241a76a89c89ddbad (patch) | |
tree | 2cd894ac5f041857893a9fc5a0f075ff18c8dbfd /editors/semi/Makefile | |
parent | db8e4c70baa6a495c224fee620c03d712e98c217 (diff) |
Notes
Diffstat (limited to 'editors/semi/Makefile')
-rw-r--r-- | editors/semi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/semi/Makefile b/editors/semi/Makefile index 8c5cdedafcae..e9baf6227cf4 100644 --- a/editors/semi/Makefile +++ b/editors/semi/Makefile @@ -23,7 +23,7 @@ PORTCLASS?= master # distfile version FLIM_TRUNK= 1.14 SEMI_TRUNK= 1.14 -SEMI_VER= ${SEMI_TRUNK}.5 +SEMI_VER= ${SEMI_TRUNK}.6 # document install directory by install-doc target SEMIDOCDIR?= share/doc/semi FLIM_COOKIE= flim-${EMACS_PORT_NAME}-${FLIM_TRUNK}.FreeBSD-packages |