diff options
author | olgeni <olgeni@FreeBSD.org> | 2011-04-20 20:58:41 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2011-04-20 20:58:41 +0800 |
commit | 2ff2de53cbf922c505334f2e8d3ad94eacf504f8 (patch) | |
tree | fa3fefcdc5d7e09eafbd6742c1f5c61bcc5ac837 /textproc/cl-meta-clisp | |
parent | 09d43dc9598c896c3b598b9b5d25fdfd2bf4fda5 (diff) | |
download | freebsd-ports-gnome-2ff2de53cbf922c505334f2e8d3ad94eacf504f8.tar.gz freebsd-ports-gnome-2ff2de53cbf922c505334f2e8d3ad94eacf504f8.tar.zst freebsd-ports-gnome-2ff2de53cbf922c505334f2e8d3ad94eacf504f8.zip |
Properly set PORTEPOCH since the previous version pattern started with "2001".
Noticed by: edwin
Diffstat (limited to 'textproc/cl-meta-clisp')
-rw-r--r-- | textproc/cl-meta-clisp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/cl-meta-clisp/Makefile b/textproc/cl-meta-clisp/Makefile index b7d47062b73b..0148e35db5d4 100644 --- a/textproc/cl-meta-clisp/Makefile +++ b/textproc/cl-meta-clisp/Makefile @@ -7,6 +7,7 @@ PORTNAME= meta PORTVERSION= 0.1 PORTREVISION= 4 +PORTEPOCH= 1 CATEGORIES= textproc lisp PKGNAMEPREFIX= cl- DISTFILES= # none |