Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jul 2003 00:53:02 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/54099: Update port: archivers/makeself
Message-ID:  <20030705005302.1df05b3d.tkato@prontomail.com>
Resent-Message-ID: <200307041600.h64G0WtM066089@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         54099
>Category:       ports
>Synopsis:       Update port: archivers/makeself
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 04 09:00:30 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
>How-To-Repeat:
>Fix:
- Fix WWW: line
- Utilize NOPORTDOCS


diff -urN /usr/ports/archivers/makeself/Makefile archivers/makeself/Makefile
--- /usr/ports/archivers/makeself/Makefile	Tue May 13 14:23:06 2003
+++ archivers/makeself/Makefile	Fri Jul  4 13:38:39 2003
@@ -7,21 +7,25 @@
 
 PORTNAME=	makeself
 PORTVERSION=	2.1.1
+PORTREVISION=	1
 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 -urN /usr/ports/archivers/makeself/distinfo archivers/makeself/distinfo
--- /usr/ports/archivers/makeself/distinfo	Tue May 13 14:23:06 2003
+++ archivers/makeself/distinfo	Thu May  1 20:34:38 2003
@@ -1 +1 @@
-MD5 (makeself.run) = b74624c61b8de3e7dbf6d9d7316248db
+MD5 (makeself-2.1.1.run) = b74624c61b8de3e7dbf6d9d7316248db
diff -urN /usr/ports/archivers/makeself/pkg-descr archivers/makeself/pkg-descr
--- /usr/ports/archivers/makeself/pkg-descr	Sat Dec 11 00:21:48 1999
+++ archivers/makeself/pkg-descr	Thu May  1 20:32:52 2003
@@ -4,7 +4,7 @@
 
 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 -urN /usr/ports/archivers/makeself/pkg-plist archivers/makeself/pkg-plist
--- /usr/ports/archivers/makeself/pkg-plist	Sat Dec 11 00:21:48 1999
+++ archivers/makeself/pkg-plist	Thu May  1 20:38:14 2003
@@ -1 +1,3 @@
 bin/makeself
+%%PORTDOCS%%share/doc/makeself/README
+%%PORTDOCS%%@dirrm share/doc/makeself
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030705005302.1df05b3d.tkato>