diff options
-rw-r--r-- | editors/flim113-emacs/Makefile | 3 | ||||
-rw-r--r-- | editors/flim113/Makefile | 3 | ||||
-rw-r--r-- | editors/semi113-emacs/Makefile | 6 | ||||
-rw-r--r-- | editors/semi113/Makefile | 6 |
4 files changed, 10 insertions, 8 deletions
diff --git a/editors/flim113-emacs/Makefile b/editors/flim113-emacs/Makefile index 9bf76fc9dac5..2647851569e7 100644 --- a/editors/flim113-emacs/Makefile +++ b/editors/flim113-emacs/Makefile @@ -20,12 +20,13 @@ MAINTAINER?= shige@FreeBSD.org PORTCLASS?= master # distfile version +FLIM_TRUNK= 1.13 FLIM_VER= 1.13.2 # setupel filename FLIM_SETUPEL= flim-setupel.el # document install directory by install-doc target FLIMDOCDIR?= share/doc/flim -FLIM_COOKIE= flim-${EMACS_PORT_NAME}-${FLIM_VER}.FreeBSD-packages +FLIM_COOKIE= flim-${EMACS_PORT_NAME}-${FLIM_TRUNK}.FreeBSD-packages .if (${PORTCLASS} == "master") # for emacs diff --git a/editors/flim113/Makefile b/editors/flim113/Makefile index 9bf76fc9dac5..2647851569e7 100644 --- a/editors/flim113/Makefile +++ b/editors/flim113/Makefile @@ -20,12 +20,13 @@ MAINTAINER?= shige@FreeBSD.org PORTCLASS?= master # distfile version +FLIM_TRUNK= 1.13 FLIM_VER= 1.13.2 # setupel filename FLIM_SETUPEL= flim-setupel.el # document install directory by install-doc target FLIMDOCDIR?= share/doc/flim -FLIM_COOKIE= flim-${EMACS_PORT_NAME}-${FLIM_VER}.FreeBSD-packages +FLIM_COOKIE= flim-${EMACS_PORT_NAME}-${FLIM_TRUNK}.FreeBSD-packages .if (${PORTCLASS} == "master") # for emacs diff --git a/editors/semi113-emacs/Makefile b/editors/semi113-emacs/Makefile index 838d576a69bf..9d7c48495241 100644 --- a/editors/semi113-emacs/Makefile +++ b/editors/semi113-emacs/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 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 |