diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-06-15 20:05:59 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-06-15 20:05:59 +0000 |
commit | 4e920ef9b1fb34ce317cead9930d3cb2e285e6b3 (patch) | |
tree | fc28dea48abd90efcfef738eb6ba6804bcb5de40 | |
parent | * Install for nhc98 _AND_ ghc by default. Use WITHOUT_{NHC98|GHC} to change (diff) |
Upgrade to 36.25.
Notes
Notes:
svn path=/head/; revision=83043
-rw-r--r-- | deskutils/checkrdf/Makefile | 10 | ||||
-rw-r--r-- | deskutils/checkrdf/distinfo | 2 |
2 files changed, 3 insertions, 9 deletions
diff --git a/deskutils/checkrdf/Makefile b/deskutils/checkrdf/Makefile index 451531f1f663..d9f518dabb27 100644 --- a/deskutils/checkrdf/Makefile +++ b/deskutils/checkrdf/Makefile @@ -6,7 +6,7 @@ # PORTNAME= checkrdf -PORTVERSION= 34.3333 +PORTVERSION= 36.25 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= checkrdf @@ -17,13 +17,7 @@ COMMENT= A tool for RDF site summaries based news-check BUILD_DEPENDS= Xtract:${PORTSDIR}/textproc/hs-haxml USE_BZIP2= yes - -.include <bsd.port.pre.mk> - MAKE_ENV= PREFIX=${PREFIX} -.if !exists(${PREFIX}/bin/nhc98) -MAKE_ENV+= BUILD_WITH=GHC -.endif MAN1= checkrdf.1 MANCOMPRESSED= yes @@ -32,4 +26,4 @@ MANCOMPRESSED= yes INSTALL_TARGET=install-bin install-rc install-man .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/deskutils/checkrdf/distinfo b/deskutils/checkrdf/distinfo index 23ca7cf38842..e031b461f08c 100644 --- a/deskutils/checkrdf/distinfo +++ b/deskutils/checkrdf/distinfo @@ -1 +1 @@ -MD5 (checkrdf-34.3333.tar.bz2) = 0af4a385be1ac2ea002efa476e9ff259 +MD5 (checkrdf-36.25.tar.bz2) = e5e29173b3817f90be4e50272ecad638 |