From e0c8232be1038dec4106e1b97fb2d8bc1c3cb7fb Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Sun, 6 Jul 2003 18:40:45 +0000 Subject: Update to 2.1.2 PRs: 54099, 54130 Submitted by: KATO Tsuguru Approved by: fjoe (mentor) (implicit) --- archivers/makeself/Makefile | 11 +++++++---- archivers/makeself/distinfo | 2 +- archivers/makeself/pkg-descr | 4 ++-- archivers/makeself/pkg-plist | 2 ++ 4 files changed, 12 insertions(+), 7 deletions(-) (limited to 'archivers/makeself') diff --git a/archivers/makeself/Makefile b/archivers/makeself/Makefile index e19141b947b6..caa4b92df97c 100644 --- a/archivers/makeself/Makefile +++ b/archivers/makeself/Makefile @@ -6,22 +6,25 @@ # PORTNAME= makeself -PORTVERSION= 2.1.1 +PORTVERSION= 2.1.2 CATEGORIES= archivers 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 -WRKSRC= ${WRKDIR}/${DISTNAME}-${PORTVERSION} EXTRACT_CMD= ${SH} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= --nox11 --target ${WRKSRC} + NO_BUILD= yes do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/makeself.sh ${PREFIX}/bin/makeself + ${INSTALL_SCRIPT} ${WRKSRC}/makeself.sh ${PREFIX}/bin/makeself +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} +.endif .include diff --git a/archivers/makeself/distinfo b/archivers/makeself/distinfo index 7bb120f0f0ee..84184357dcc1 100644 --- a/archivers/makeself/distinfo +++ b/archivers/makeself/distinfo @@ -1 +1 @@ -MD5 (makeself.run) = b74624c61b8de3e7dbf6d9d7316248db +MD5 (makeself-2.1.2.run) = 6f65b30a6ecf4ac82d38c6bf40e523d4 diff --git a/archivers/makeself/pkg-descr b/archivers/makeself/pkg-descr index b9434a53d847..fc163ae8b4fa 100644 --- a/archivers/makeself/pkg-descr +++ b/archivers/makeself/pkg-descr @@ -4,7 +4,7 @@ command to execute upon finishing. It's sorta like the Windows winzip self-extracting archives. -WWW: http://www.lokigames.com/~megastep/makeself/ -Author: Stephane Peter +WWW: http://www.megastep.org/makeself/ +Author: Stephane Peter - Will diff --git a/archivers/makeself/pkg-plist b/archivers/makeself/pkg-plist index 2c5a0d3557f9..775db042d1bd 100644 --- a/archivers/makeself/pkg-plist +++ b/archivers/makeself/pkg-plist @@ -1 +1,3 @@ bin/makeself +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%@dirrm %%DOCSDIR%% -- cgit v1.2.3