diff options
Diffstat (limited to 'devel/jude-community/Makefile')
-rw-r--r-- | devel/jude-community/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/devel/jude-community/Makefile b/devel/jude-community/Makefile index 959677c9282c..f880d37c04e4 100644 --- a/devel/jude-community/Makefile +++ b/devel/jude-community/Makefile @@ -6,7 +6,7 @@ # PORTNAME= jude-community -PORTVERSION= 2.4.3 +PORTVERSION= 2.4.4 CATEGORIES= devel java MASTER_SITES= # you have to register yourself as a member to download DISTNAME= ${PORTNAME}-${PORTVERSION:S!.!_!g} @@ -45,11 +45,6 @@ IGNORE= needs you to fetch manually the distribution file\ then place it in ${DISTDIR} and run make again .endif -# miss packed with MS-DOS style new line code for version 2.4.3 -# add @ to hide strange message caused by ^M -pre-patch: - @${REINPLACE_CMD} "s/
//" ${WRKSRC}/jude - post-patch: ${REINPLACE_CMD} -e "s!%%JAVA_HOME%%!${JAVA_HOME}!; \ s!%%DATADIR%%!${DATADIR}!" ${WRKSRC}/jude |