Index: head/devel/hs-alex/Makefile =================================================================== --- head/devel/hs-alex/Makefile (revision 515269) +++ head/devel/hs-alex/Makefile (revision 515270) @@ -1,24 +1,28 @@ # Created by: Volker Stolz # $FreeBSD$ PORTNAME= alex PORTVERSION= 3.2.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Tool for generating lexical analysers in Haskell LICENSE= BSD3CLAUSE USES= cabal OPTIONS_DEFINE= EXAMPLES PORTEXAMPLES= Makefile *.x *.y + +post-install: + @${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/data/* ${STAGEDIR}${DATADIR} post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} .include Index: head/devel/hs-alex/pkg-plist =================================================================== --- head/devel/hs-alex/pkg-plist (nonexistent) +++ head/devel/hs-alex/pkg-plist (revision 515270) @@ -0,0 +1,15 @@ +%%DATADIR%%/AlexTemplate +%%DATADIR%%/AlexTemplate-debug +%%DATADIR%%/AlexTemplate-ghc +%%DATADIR%%/AlexTemplate-ghc-debug +%%DATADIR%%/AlexTemplate-ghc-nopred +%%DATADIR%%/AlexWrapper-basic +%%DATADIR%%/AlexWrapper-basic-bytestring +%%DATADIR%%/AlexWrapper-gscan +%%DATADIR%%/AlexWrapper-monad +%%DATADIR%%/AlexWrapper-monad-bytestring +%%DATADIR%%/AlexWrapper-monadUserState +%%DATADIR%%/AlexWrapper-monadUserState-bytestring +%%DATADIR%%/AlexWrapper-posn +%%DATADIR%%/AlexWrapper-posn-bytestring +%%DATADIR%%/AlexWrapper-strict-bytestring Property changes on: head/devel/hs-alex/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property