diff options
author | vs <vs@FreeBSD.org> | 2004-07-16 15:44:18 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-07-16 15:44:18 +0000 |
commit | ff4ab7b1562094857de1edd9af735d32f4626654 (patch) | |
tree | 03cfb2b67451a237a8235690d4706fb433b142d5 /devel/hs-alex | |
parent | 17bad88ff330906c07ab4c267a445b9f04e2ac5e (diff) | |
download | FreeBSD-ports-ff4ab7b1562094857de1edd9af735d32f4626654.zip FreeBSD-ports-ff4ab7b1562094857de1edd9af735d32f4626654.tar.gz |
Minor portlint-spree, including fixes for package-building hs-tclhaskell-ghc
and hs-c2hs on the cluster (for 4.X).
Diffstat (limited to 'devel/hs-alex')
-rw-r--r-- | devel/hs-alex/Makefile | 2 | ||||
-rw-r--r-- | devel/hs-alex/pkg-plist | 34 |
2 files changed, 18 insertions, 18 deletions
diff --git a/devel/hs-alex/Makefile b/devel/hs-alex/Makefile index 3a79e33..fabafc5 100644 --- a/devel/hs-alex/Makefile +++ b/devel/hs-alex/Makefile @@ -30,7 +30,7 @@ GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -PLIST_SUB= "PORTVERSION=${PORTVERSION}" +PLIST_SUB= PORTVERSION="${PORTVERSION}" .if !defined(NOPORTDOCS) post-build: diff --git a/devel/hs-alex/pkg-plist b/devel/hs-alex/pkg-plist index e1f2995..9c87a7b 100644 --- a/devel/hs-alex/pkg-plist +++ b/devel/hs-alex/pkg-plist @@ -10,20 +10,20 @@ lib/alex-%%PORTVERSION%%/AlexWrapper-posn lib/alex-%%PORTVERSION%%/AlexWrapper-monad lib/alex-%%PORTVERSION%%/AlexWrapper-gscan @dirrm lib/alex-%%PORTVERSION%% -%%PORTDOCS%%share/doc/alex/alex.ps -%%PORTDOCS%%@dirrm share/doc/alex -share/examples/alex/Makefile -share/examples/alex/Tokens.x -share/examples/alex/Tokens_gscan.x -share/examples/alex/Tokens_posn.x -share/examples/alex/examples.x -share/examples/alex/haskell.x -share/examples/alex/lit.x -share/examples/alex/pp.x -share/examples/alex/state.x -share/examples/alex/tiny.y -share/examples/alex/tkns.hs -share/examples/alex/words.x -share/examples/alex/words_monad.x -share/examples/alex/words_posn.x -@dirrm share/examples/alex +%%PORTDOCS%%%%DOCSDIR%%/alex.ps +%%PORTDOCS%%@dirrm %%DOCSDIR%% +%%EXAMPLESDIR%%/Makefile +%%EXAMPLESDIR%%/Tokens.x +%%EXAMPLESDIR%%/Tokens_gscan.x +%%EXAMPLESDIR%%/Tokens_posn.x +%%EXAMPLESDIR%%/examples.x +%%EXAMPLESDIR%%/haskell.x +%%EXAMPLESDIR%%/lit.x +%%EXAMPLESDIR%%/pp.x +%%EXAMPLESDIR%%/state.x +%%EXAMPLESDIR%%/tiny.y +%%EXAMPLESDIR%%/tkns.hs +%%EXAMPLESDIR%%/words.x +%%EXAMPLESDIR%%/words_monad.x +%%EXAMPLESDIR%%/words_posn.x +@dirrm %%EXAMPLESDIR%% |