aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshige <shige@FreeBSD.org>2001-10-23 03:02:48 +0800
committershige <shige@FreeBSD.org>2001-10-23 03:02:48 +0800
commit7ce58c72ff0ccebb03086c34efaac2774f3a8872 (patch)
tree6193caabbc85da7f9ec5c3b0113cca42bcb1e906
parentd18b8f2c356e96889cd914f78c541b9ec0c68440 (diff)
downloadfreebsd-ports-gnome-7ce58c72ff0ccebb03086c34efaac2774f3a8872.tar.gz
freebsd-ports-gnome-7ce58c72ff0ccebb03086c34efaac2774f3a8872.tar.zst
freebsd-ports-gnome-7ce58c72ff0ccebb03086c34efaac2774f3a8872.zip
Change cookie-filename scheme.
-rw-r--r--editors/flim113-emacs/Makefile3
-rw-r--r--editors/flim113/Makefile3
-rw-r--r--editors/semi113-emacs/Makefile6
-rw-r--r--editors/semi113/Makefile6
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