Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Mar 2004 23:01:08 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/64046: Update port: net/hx
Message-ID:  <20040310230108.200729c3.tkato@prontomail.com>
Resent-Message-ID: <200403101410.i2AEAJvF036630@freefall.freebsd.org>

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

>Number:         64046
>Category:       ports
>Synopsis:       Update port: net/hx
>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:   Wed Mar 10 06:10:19 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Support MAN properly

Remove file:
pkg-plist

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/net/hx/Makefile net/hx/Makefile
--- /usr/ports/net/hx/Makefile	Mon Nov  3 14:36:22 2003
+++ net/hx/Makefile	Tue Mar  9 20:29:51 2004
@@ -7,6 +7,7 @@
 
 PORTNAME=	hx
 PORTVERSION=	0.7.14
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://hx.fortyoz.org/ \
 		http://members.macconnect.com/users/j/jalex/
@@ -14,6 +15,15 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A text based Hotline (http://www.bigredh.com) client for Unix
 
+WRKSRC=		${WRKDIR}/${PORTNAME}
+
 GNU_CONFIGURE=	yes
-WRKSRC=		${WRKDIR}/hx
+
+MAN1=		hx.1
+PLIST_FILES=	bin/hx
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/hx ${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/hx.1 ${MANPREFIX}/man/man1
+
 .include <bsd.port.mk>
diff -urN /usr/ports/net/hx/pkg-plist net/hx/pkg-plist
--- /usr/ports/net/hx/pkg-plist	Thu Mar 29 08:33:22 2001
+++ net/hx/pkg-plist	Thu Jan  1 09:00:00 1970
@@ -1,2 +0,0 @@
-bin/hx
-man/man1/hx.1
>Release-Note:
>Audit-Trail:
>Unformatted:



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