Index: head/ftp/dmachine/Makefile =================================================================== --- head/ftp/dmachine/Makefile (revision 99546) +++ head/ftp/dmachine/Makefile (revision 99547) @@ -1,36 +1,37 @@ # ex:ts=8 # Ports collection makefile for: dmachine # Date Created: Dec 15, 2003 # Whom: ijliao # # $FreeBSD$ # PORTNAME= dmachine PORTVERSION= 0.19 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//} MAINTAINER= ports@FreeBSD.org COMMENT= A non interactive, non graphical, batch download manager USE_JAVA= 1.1+ NEED_JAVAC= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src ALL_TARGET= dmachine MAKE_ARGS= JAVAC=${JAVAC} do-install: @${SED} 's|%%DATADIR%%|${DATADIR}|' ${FILESDIR}/dmachine > ${WRKSRC}/dmachine ${INSTALL_SCRIPT} ${WRKSRC}/dmachine ${PREFIX}/bin @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/*.class ${DATADIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/../README ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/../dmachine.cnf ${DOCSDIR} .endif .include Property changes on: head/ftp/dmachine/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/ftp/dmachine/pkg-plist =================================================================== --- head/ftp/dmachine/pkg-plist (revision 99546) +++ head/ftp/dmachine/pkg-plist (revision 99547) @@ -1,20 +1,21 @@ +bin/dmachine %%DATADIR%%/FSPInputStream.class %%DATADIR%%/FSPStreamHandler.class %%DATADIR%%/FSPURLConnection.class %%DATADIR%%/FSPpacket.class %%DATADIR%%/FSPsession.class %%DATADIR%%/FSPstat.class %%DATADIR%%/FSPutil.class %%DATADIR%%/HTUU.class %%DATADIR%%/dmachine.class %%DATADIR%%/downloadfactory.class %%DATADIR%%/fspfactory.class %%DATADIR%%/ftpfactory.class %%DATADIR%%/qfile.class %%DATADIR%%/queuefile.class %%DATADIR%%/regexp.class %%DATADIR%%/util.class @dirrm %%DATADIR%% %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/dmachine.cnf %%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/ftp/dmachine/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property