diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-07-06 18:40:45 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-07-06 18:40:45 +0000 |
commit | e0c8232be1038dec4106e1b97fb2d8bc1c3cb7fb (patch) | |
tree | 06c5091e6dda4d52f24842f6acc6a283cdad3229 /archivers/makeself | |
parent | 77852a3025dfb8a5e181e521bec1acf2dc4e814b (diff) | |
download | ports-e0c8232be1038dec4106e1b97fb2d8bc1c3cb7fb.tar.gz ports-e0c8232be1038dec4106e1b97fb2d8bc1c3cb7fb.zip |
Notes
Diffstat (limited to 'archivers/makeself')
-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%% |