diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-02-13 03:49:32 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-02-13 03:49:32 +0000 |
commit | c4aebd467cd2c219c6870c0ef038a76bc2850c80 (patch) | |
tree | c0866f6e74ae506e4a037c4c7092b52e8f145318 /print | |
parent | aac32349c902a5c9abd567ac3388e17b7c422eff (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/hs-hscolour-docs/Makefile | 1 | ||||
-rw-r--r-- | print/hs-hscolour/Makefile | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/hs-hscolour-docs/Makefile b/print/hs-hscolour-docs/Makefile index d928ecceb1d2..dffcaa60e612 100644 --- a/print/hs-hscolour-docs/Makefile +++ b/print/hs-hscolour-docs/Makefile @@ -7,6 +7,7 @@ PORTNAME= hscolour PORTVERSION= 1.19 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= print haskell diff --git a/print/hs-hscolour/Makefile b/print/hs-hscolour/Makefile index 2cd893a6ba8c..7604e072dfa2 100644 --- a/print/hs-hscolour/Makefile +++ b/print/hs-hscolour/Makefile @@ -7,6 +7,7 @@ PORTNAME= hscolour PORTVERSION= 1.19 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= print haskell @@ -20,7 +21,5 @@ CABAL_SETUP= Setup.hs EXECUTABLE= HsColour -PORTDATA= * - .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |