summaryrefslogtreecommitdiff
path: root/archivers/makeself/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/makeself/Makefile')
-rw-r--r--archivers/makeself/Makefile17
1 files changed, 7 insertions, 10 deletions
diff --git a/archivers/makeself/Makefile b/archivers/makeself/Makefile
index 6905540cc34b..e19141b947b6 100644
--- a/archivers/makeself/Makefile
+++ b/archivers/makeself/Makefile
@@ -6,24 +6,21 @@
#
PORTNAME= makeself
-PORTVERSION= 1.5.3
+PORTVERSION= 2.1.1
CATEGORIES= archivers
-MASTER_SITES= http://linuxberg.tele.net/files/console/file/
-EXTRACT_SUFX= .gz.sh
+MASTER_SITES= http://www.megastep.org/makeself/
+DISTNAME= ${PORTNAME}
+EXTRACT_SUFX= .run
MAINTAINER= ports@FreeBSD.org
COMMENT= A neat script to make self-extracting archives
-EXTRACT_CMD= ${CP}
+WRKSRC= ${WRKDIR}/${DISTNAME}-${PORTVERSION}
+EXTRACT_CMD= ${SH}
EXTRACT_BEFORE_ARGS=
-EXTRACT_AFTER_ARGS= ${WRKDIR}
+EXTRACT_AFTER_ARGS= --nox11 --target ${WRKSRC}
NO_BUILD= yes
-# The DISPLAY thing is to prevent the script from trying to launch a xterm
-# just to extract the source.
-pre-patch:
- (cd ${WRKDIR} && ${SETENV} DISPLAY="" ${SH} ${DISTFILES})
-
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/makeself.sh ${PREFIX}/bin/makeself