diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-22 20:03:54 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-22 20:03:54 +0000 |
commit | bc7a7721f6008e5012027be4f05546c5b057ae62 (patch) | |
tree | 1c2516de7cad2cd48af44f34bb96c3e494b958ee /textproc/highlight/Makefile | |
parent | Upgrade to 1.2 which works with ghc 6 and on -current (diff) |
- Return PORTEPOCH, which was deleted mistakenly by me
Submitted by: adamw
Diffstat (limited to 'textproc/highlight/Makefile')
-rw-r--r-- | textproc/highlight/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/highlight/Makefile b/textproc/highlight/Makefile index d6eab88a2cfd..f0f8d7680e9b 100644 --- a/textproc/highlight/Makefile +++ b/textproc/highlight/Makefile @@ -7,6 +7,7 @@ PORTNAME= highlight PORTVERSION= 2.0.19 +PORTEPOCH= 1 CATEGORIES= textproc MASTER_SITES= http://www.andre-simon.de/zip/ DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} |