Update port to 1.5.3
PR: 15755 Submitted by: Maintainer
This commit is contained in:
parent
8842892974
commit
0181097937
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24214
2 changed files with 10 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
# New ports collection makefile for: makeself
|
# New ports collection makefile for: makeself
|
||||||
# Version required: 1.4
|
# Version required: 1.5.3
|
||||||
# Date created: 22 Oct 1999
|
# Date created: 22 Oct 1999
|
||||||
# Whom: Will Andrews <andrews@technologist.com>
|
# Whom: Will Andrews <andrews@technologist.com>
|
||||||
#
|
#
|
||||||
|
@ -7,7 +7,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= makeself
|
DISTNAME= makeself
|
||||||
PKGNAME= makeself-1.4
|
PKGNAME= makeself-1.5.3
|
||||||
CATEGORIES= archivers
|
CATEGORIES= archivers
|
||||||
MASTER_SITES= http://www.lokigames.com/~megastep/makeself/
|
MASTER_SITES= http://www.lokigames.com/~megastep/makeself/
|
||||||
EXTRACT_SUFX= .gz.sh
|
EXTRACT_SUFX= .gz.sh
|
||||||
|
@ -18,8 +18,14 @@ EXTRACT_CMD= ${CP}
|
||||||
EXTRACT_BEFORE_ARGS=
|
EXTRACT_BEFORE_ARGS=
|
||||||
EXTRACT_AFTER_ARGS= ${WRKDIR}
|
EXTRACT_AFTER_ARGS= ${WRKDIR}
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
||||||
|
|
||||||
|
# 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} ${DISTNAME}${EXTRACT_SUFX})
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_SCRIPT} ${WRKDIR}/makeself.gz.sh ${PREFIX}/bin/makeself
|
@${INSTALL_SCRIPT} ${WRKSRC}/makeself.sh ${PREFIX}/bin/makeself
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (makeself.gz.sh) = 634138c39538210e28dfcd3187645aa8
|
MD5 (makeself.gz.sh) = 41608cac2b9c01dc44c08c96dc5ac3bf
|
||||||
|
|
Loading…
Reference in a new issue