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 /devel/hs-happy | |
parent | aac32349c902a5c9abd567ac3388e17b7c422eff (diff) | |
download | ports-c4aebd467cd2c219c6870c0ef038a76bc2850c80.tar.gz ports-c4aebd467cd2c219c6870c0ef038a76bc2850c80.zip |
Notes
Diffstat (limited to 'devel/hs-happy')
-rw-r--r-- | devel/hs-happy/Makefile | 2 | ||||
-rw-r--r-- | devel/hs-happy/pkg-plist | 15 |
2 files changed, 1 insertions, 16 deletions
diff --git a/devel/hs-happy/Makefile b/devel/hs-happy/Makefile index 487e00358800..be4c46a4c67c 100644 --- a/devel/hs-happy/Makefile +++ b/devel/hs-happy/Makefile @@ -6,6 +6,7 @@ PORTNAME= happy PORTVERSION= 1.18.6 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -23,7 +24,6 @@ EXECUTABLE= happy USE_PERL5_BUILD= 5.8+ -PORTEXAMPLES= * INSTALL_PORTEXAMPLES= @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) .if defined(SLAVE) diff --git a/devel/hs-happy/pkg-plist b/devel/hs-happy/pkg-plist deleted file mode 100644 index e4c156399dc0..000000000000 --- a/devel/hs-happy/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -@comment $FreeBSD$ -%%DATADIR%%/GLR_Base -%%DATADIR%%/GLR_Lib -%%DATADIR%%/GLR_Lib-ghc -%%DATADIR%%/GLR_Lib-ghc-debug -%%DATADIR%%/HappyTemplate -%%DATADIR%%/HappyTemplate-arrays -%%DATADIR%%/HappyTemplate-arrays-coerce -%%DATADIR%%/HappyTemplate-arrays-coerce-debug -%%DATADIR%%/HappyTemplate-arrays-debug -%%DATADIR%%/HappyTemplate-arrays-ghc -%%DATADIR%%/HappyTemplate-arrays-ghc-debug -%%DATADIR%%/HappyTemplate-coerce -%%DATADIR%%/HappyTemplate-ghc -@dirrmtry %%DATADIR%% |