aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/jftp/Makefile
diff options
context:
space:
mode:
authorsahil <sahil@FreeBSD.org>2010-07-06 04:47:48 +0800
committersahil <sahil@FreeBSD.org>2010-07-06 04:47:48 +0800
commit09a82092080b25aeecb71841bbd423dec56b2b94 (patch)
tree204d043aa151bb833e432f6797548235640ea9a0 /ftp/jftp/Makefile
parent10dd38a3167003d30502a87ce2be856187f88898 (diff)
downloadfreebsd-ports-gnome-09a82092080b25aeecb71841bbd423dec56b2b94.tar.gz
freebsd-ports-gnome-09a82092080b25aeecb71841bbd423dec56b2b94.tar.zst
freebsd-ports-gnome-09a82092080b25aeecb71841bbd423dec56b2b94.zip
- Update to 1.52
- Add LICENSE - Quiet do-install target - Take maintainership Approved by: wxs@/itetcu@ (mentors, implicit) Feature safe: yes
Diffstat (limited to 'ftp/jftp/Makefile')
-rw-r--r--ftp/jftp/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/ftp/jftp/Makefile b/ftp/jftp/Makefile
index c250a9f0e976..b701be824b23 100644
--- a/ftp/jftp/Makefile
+++ b/ftp/jftp/Makefile
@@ -7,14 +7,16 @@
#
PORTNAME= jftp
-PORTVERSION= 1.51
+PORTVERSION= 1.52
CATEGORIES= ftp java
MASTER_SITES= SF/j-ftp/${PORTNAME}/${PORTVERSION}
DISTNAME= j-ftp-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sahil@FreeBSD.org
COMMENT= Java Network Browser
+LICENSE= GPLv2
+
RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper
WRKSRC= ${WRKDIR}/j-ftp
@@ -27,8 +29,8 @@ PLIST_FILES= bin/jftp %%DATADIR%%/jftp.jar
PLIST_DIRS= %%DATADIR%%
do-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/jftp.sh ${PREFIX}/bin/jftp
+ @${INSTALL_SCRIPT} ${WRKDIR}/jftp.sh ${PREFIX}/bin/jftp
@${MKDIR} ${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/build/jars/jftp.jar ${DATADIR}
+ @${INSTALL_DATA} ${WRKSRC}/build/jars/jftp.jar ${DATADIR}
.include <bsd.port.mk>