From b693b7e99080b4c9dfa2208cad470245a507087b Mon Sep 17 00:00:00 2001 From: Herve Quiroz Date: Sat, 2 Apr 2005 23:08:49 +0000 Subject: - Update to 1.4.4 [1] - Update to bsd.java.mk 2.0 [1] - Use %%JAVAJARDIR%% - Add missing $FreeBSD$ tag PR: 79442 [1] Submitted by: maintainer [1] --- irc/pircbot/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'irc/pircbot/Makefile') diff --git a/irc/pircbot/Makefile b/irc/pircbot/Makefile index 5834b023dcc6..c4a309688654 100644 --- a/irc/pircbot/Makefile +++ b/irc/pircbot/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pircbot -PORTVERSION= 1.4.2 +PORTVERSION= 1.4.4 CATEGORIES= irc java MASTER_SITES= http://www.jibble.org/files/ \ ftp://ftp.i-scream.org/pub/www.jibble.org/files/ \ @@ -18,11 +18,11 @@ COMMENT= PircBot Java IRC Bot Framework USE_ZIP= yes NO_BUILD= yes -USE_JAVA= 1.1+ +USE_JAVA= yes do-install: ${INSTALL_DATA} ${WRKSRC}/pircbot.jar ${JAVAJARDIR} -.if !defined(NOPORTDOCS) +.ifndef(NOPORTDOCS) ${MKDIR} ${DOCSDIR} (cd ${WRKSRC}/javadocs && ${TAR} -cf - . | ${TAR} -xf - -C ${DOCSDIR}) .endif @@ -32,7 +32,7 @@ post-install: @${ECHO_MSG} " To use pircbot add ${JAVAJARDIR}/pircbot.jar to" @${ECHO_MSG} " your classpath. A short tutorial can be found here:" @${ECHO_MSG} " http://www.jibble.org/pircbot.php" -.if !defined(NOPORTDOCS) +.ifndef(NOPORTDOCS) @${ECHO_MSG} " pircbot javadoc documentation has also been installed in:" @${ECHO_MSG} " ${DOCSDIR}" .endif -- cgit v1.2.3