aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/multiget/Makefile
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2006-12-20 00:52:28 +0800
committeralepulver <alepulver@FreeBSD.org>2006-12-20 00:52:28 +0800
commit7136f280cf7e5e72481d23896e543198dc8877ed (patch)
tree093ec3c3e924196f4b631b9e06a99c5705599d77 /ftp/multiget/Makefile
parentdff406c0f35528e53de9b59595dde6e8d4b03ab9 (diff)
downloadfreebsd-ports-gnome-7136f280cf7e5e72481d23896e543198dc8877ed.tar.gz
freebsd-ports-gnome-7136f280cf7e5e72481d23896e543198dc8877ed.tar.zst
freebsd-ports-gnome-7136f280cf7e5e72481d23896e543198dc8877ed.zip
- Update to version 1.1.
Diffstat (limited to 'ftp/multiget/Makefile')
-rw-r--r--ftp/multiget/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/ftp/multiget/Makefile b/ftp/multiget/Makefile
index 1a96930b62df..4daf3b264eec 100644
--- a/ftp/multiget/Makefile
+++ b/ftp/multiget/Makefile
@@ -6,19 +6,17 @@
#
PORTNAME= multiget
-PORTVERSION= 1.0
+PORTVERSION= 1.1
CATEGORIES= ftp www
MASTER_SITES= SF
-DISTNAME= ${PORTNAME}${PORTVERSION}.src
MAINTAINER= alepulver@FreeBSD.org
COMMENT= An http/ftp downloader with a nice GUI
-USE_BZIP2= yes
USE_WX= 2.6
MAKEFILE= makefile
ALL_TARGET= MultiGet
-WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}/src
+WRKSRC= ${WRKDIR}/${DISTNAME}/src
PLIST_FILES= bin/${PORTNAME}
@@ -28,8 +26,8 @@ post-patch:
s|\(CFLAGS\) =|\1 +=|; \
s|wx-config|${WX_CONFIG}|' \
${WRKSRC}/${MAKEFILE}
- @${REINPLACE_CMD} -Ee 's,(fopen|ftruncate)64,\1,' \
- ${WRKSRC}/mgfilemanager.cpp
+# @${REINPLACE_CMD} -Ee 's,(fopen|ftruncate)64,\1,' \
+# ${WRKSRC}/mgfilemanager.cpp
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/MultiGet ${PREFIX}/bin/${PORTNAME}