diff options
Diffstat (limited to 'print/hs-hscolour/Makefile')
-rw-r--r-- | print/hs-hscolour/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/print/hs-hscolour/Makefile b/print/hs-hscolour/Makefile index 14688ac3d1f5..94e4ed334468 100644 --- a/print/hs-hscolour/Makefile +++ b/print/hs-hscolour/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: hs-hscolour -# Date created: February 22 2008 -# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> -# +# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> # $FreeBSD$ -# PORTNAME= hscolour -PORTVERSION= 1.20.2 +PORTVERSION= 1.20.3 PORTEPOCH= 1 CATEGORIES= print haskell @@ -20,7 +16,6 @@ CABAL_SETUP= Setup.hs EXECUTABLE= HsColour -.include <bsd.port.options.mk> .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |