diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2001-10-22 19:02:48 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2001-10-22 19:02:48 +0000 |
commit | ebacfa87e61360bede67dfae5cc704e9948f644a (patch) | |
tree | 054fc93c71dd8c677c9c1c65e0afcb54c40299fb /editors/semi113 | |
parent | o update to 2.0.5. (diff) |
Change cookie-filename scheme.
Diffstat (limited to 'editors/semi113')
-rw-r--r-- | editors/semi113/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/semi113/Makefile b/editors/semi113/Makefile index 838d576a69bf..9d7c48495241 100644 --- a/editors/semi113/Makefile +++ b/editors/semi113/Makefile @@ -21,14 +21,14 @@ PORTCLASS?= master # distfile version FLIM_TRUNK= 1.13 -FLIM_VER= 1.13.2 +SEMI_TRUNK= 1.13 SEMI_VER= 1.13.7 # setupel filename SEMI_SETUPEL= semi-setupel.el # document install directory by install-doc target SEMIDOCDIR?= share/doc/semi -FLIM_COOKIE= flim-${EMACS_PORT_NAME}-${FLIM_VER}.FreeBSD-packages -SEMI_COOKIE= semi-${EMACS_PORT_NAME}-${SEMI_VER}.FreeBSD-packages +FLIM_COOKIE= flim-${EMACS_PORT_NAME}-${FLIM_TRUNK}.FreeBSD-packages +SEMI_COOKIE= semi-${EMACS_PORT_NAME}-${SEMI_TRUNK}.FreeBSD-packages .if (${PORTCLASS} == "master") # emacs port setup |