summaryrefslogtreecommitdiff
path: root/archivers/makeself
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-05-09 18:10:06 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-05-09 18:10:06 +0000
commit7cb6f4934346cdbf6a53a40f39b2764901f9a6c6 (patch)
tree1e7770b4512a04a5fb48c21dd6e71b4c7bf95098 /archivers/makeself
parent- Update to 4.4.1 (diff)
- Update to version 2.1.3
PR: ports/66391 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=108739
Diffstat (limited to 'archivers/makeself')
-rw-r--r--archivers/makeself/Makefile10
-rw-r--r--archivers/makeself/distinfo4
-rw-r--r--archivers/makeself/files/patch-makeself.sh13
-rw-r--r--archivers/makeself/pkg-plist4
4 files changed, 11 insertions, 20 deletions
diff --git a/archivers/makeself/Makefile b/archivers/makeself/Makefile
index d7e3f71cdef2..99a686b79cee 100644
--- a/archivers/makeself/Makefile
+++ b/archivers/makeself/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= makeself
-PORTVERSION= 2.1.2
+PORTVERSION= 2.1.3
CATEGORIES= archivers
MASTER_SITES= http://www.megastep.org/makeself/
EXTRACT_SUFX= .run
@@ -21,6 +21,14 @@ EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= --nox11 --target ${WRKSRC}
NO_BUILD= yes
+USE_REINPLACE= yes
+
+PORTDOCS= README
+PLIST_FILES= bin/makeself bin/makeself-header.sh
+
+post-patch:
+ @${REINPLACE_CMD} -e \
+ 's|#!/bin/sh|#!${LOCALBASE}/bin/bash|g' ${WRKSRC}/makeself.sh
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/makeself.sh ${PREFIX}/bin/makeself
diff --git a/archivers/makeself/distinfo b/archivers/makeself/distinfo
index d38582e3df4f..7d94b1349f8e 100644
--- a/archivers/makeself/distinfo
+++ b/archivers/makeself/distinfo
@@ -1,2 +1,2 @@
-MD5 (makeself-2.1.2.run) = 6f65b30a6ecf4ac82d38c6bf40e523d4
-SIZE (makeself-2.1.2.run) = 26581
+MD5 (makeself-2.1.3.run) = 3fce737b92031b556eccf2cf00ef59eb
+SIZE (makeself-2.1.3.run) = 35975
diff --git a/archivers/makeself/files/patch-makeself.sh b/archivers/makeself/files/patch-makeself.sh
deleted file mode 100644
index 338f1b92e031..000000000000
--- a/archivers/makeself/files/patch-makeself.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-*** makeself.sh.orig Thu Jul 24 11:42:36 2003
---- makeself.sh Thu Jul 24 11:42:45 2003
-***************
-*** 1,4 ****
-! #!/bin/sh
- #
- # Makeself version 2.1.x
- # by Stephane Peter <megastep@megastep.org>
---- 1,4 ----
-! #!/usr/local/bin/bash
- #
- # Makeself version 2.1.x
- # by Stephane Peter <megastep@megastep.org>
diff --git a/archivers/makeself/pkg-plist b/archivers/makeself/pkg-plist
deleted file mode 100644
index 5a540cb0e1dd..000000000000
--- a/archivers/makeself/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/makeself
-bin/makeself-header.sh
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%@dirrm %%DOCSDIR%%