diff options
author | Ernst de Haan <znerd@FreeBSD.org> | 2003-05-06 10:02:06 +0000 |
---|---|---|
committer | Ernst de Haan <znerd@FreeBSD.org> | 2003-05-06 10:02:06 +0000 |
commit | 83484db033bcdf6542643fc1a6e3e6948a120431 (patch) | |
tree | 686e7d4862e934e8a0d47c676dd8df9725689842 /java/bugseeker-demo/Makefile | |
parent | 994d1671ba557723dc70199423e0d24afde05c76 (diff) |
Notes
Diffstat (limited to 'java/bugseeker-demo/Makefile')
-rw-r--r-- | java/bugseeker-demo/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/java/bugseeker-demo/Makefile b/java/bugseeker-demo/Makefile index 27b16e0f6b8d..0eeb2fe575a4 100644 --- a/java/bugseeker-demo/Makefile +++ b/java/bugseeker-demo/Makefile @@ -17,14 +17,12 @@ PATCHFILES= bugseeker2demo.sh.diff MAINTAINER= znerd@FreeBSD.org COMMENT= A debugger for Java software -BROKEN= "Bad pkg-plist" - -RUN_DEPENDS= ${LOCALBASE}/linux-sun-jdk1.3.1/bin/java:${PORTSDIR}/java/linux-sun-jdk13 +USE_JAVA= 1.3+ NO_BUILD= YES WRKSRC= ${WRKDIR}/${DISTNAME} -PORTDESTDIR= ${PREFIX}/${PORTNAME}${PORTVERSION} +PORTDESTDIR= ${PREFIX}/${PORTNAME} PORTTITLE= BugSeeker for Java 2 (Trial version) RECURSIVE_CP= ${CP} -R @@ -43,8 +41,8 @@ do-install: @${RECURSIVE_CP} ${WRKSRC}/manual/* ${PORTDESTDIR}/manual/ post-install: - @echo "${PORTTITLE} has been installed in ${PORTDESTDIR}." - @echo "If you don't have a trial license yet, then you can get a 30-day license at:" - @echo "http://www.karmira.com/products/bugseeker2/demo.html." + @${ECHO_CMD} "${PORTTITLE} has been installed in ${PORTDESTDIR}." + @${ECHO_CMD} "If you don't have a trial license yet, then you can get a 30-day license at:" + @${ECHO_CMD} "http://www.karmira.com/products/bugseeker2/demo.html." .include <bsd.port.post.mk> |