diff options
author | osa <osa@FreeBSD.org> | 2003-07-07 02:40:45 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-07-07 02:40:45 +0800 |
commit | d4b0fd4c5d28b18282d310580847c1ae14c15be1 (patch) | |
tree | 8bc283af56fbcd0b826280347483b827cd8ae9ae /archivers | |
parent | 4b151029749a650a41ab129393828c86c4fbcd41 (diff) | |
download | freebsd-ports-gnome-d4b0fd4c5d28b18282d310580847c1ae14c15be1.tar.gz freebsd-ports-gnome-d4b0fd4c5d28b18282d310580847c1ae14c15be1.tar.zst freebsd-ports-gnome-d4b0fd4c5d28b18282d310580847c1ae14c15be1.zip |
Update to 2.1.2
PRs: 54099, 54130
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Approved by: fjoe (mentor) (implicit)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/makeself/Makefile | 11 | ||||
-rw-r--r-- | archivers/makeself/distinfo | 2 | ||||
-rw-r--r-- | archivers/makeself/pkg-descr | 4 | ||||
-rw-r--r-- | archivers/makeself/pkg-plist | 2 |
4 files changed, 12 insertions, 7 deletions
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 <bsd.port.mk> 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 <megastep@lokigames.com> +WWW: http://www.megastep.org/makeself/ +Author: Stephane Peter <megastep@megastep.org> - Will <andrews@technologist.com> 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%% |