From f610a768744dd6ec478e8e2b42a346d85ab1017c Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Wed, 10 Mar 2004 14:19:06 +0000 Subject: - Support MAN properly PR: ports/64046 Submitted by: Ports Fury --- net-p2p/hx/Makefile | 12 +++++++++++- net-p2p/hx/pkg-plist | 2 -- net/hx/Makefile | 12 +++++++++++- net/hx/pkg-plist | 2 -- 4 files changed, 22 insertions(+), 6 deletions(-) delete mode 100644 net-p2p/hx/pkg-plist delete mode 100644 net/hx/pkg-plist diff --git a/net-p2p/hx/Makefile b/net-p2p/hx/Makefile index cb5deb9b96e2..1b9077fde92f 100644 --- a/net-p2p/hx/Makefile +++ b/net-p2p/hx/Makefile @@ -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 @@ MASTER_SITES= http://hx.fortyoz.org/ \ 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 diff --git a/net-p2p/hx/pkg-plist b/net-p2p/hx/pkg-plist deleted file mode 100644 index 26005f9f7a9c..000000000000 --- a/net-p2p/hx/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/hx -man/man1/hx.1 diff --git a/net/hx/Makefile b/net/hx/Makefile index cb5deb9b96e2..1b9077fde92f 100644 --- a/net/hx/Makefile +++ b/net/hx/Makefile @@ -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 @@ MASTER_SITES= http://hx.fortyoz.org/ \ 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 diff --git a/net/hx/pkg-plist b/net/hx/pkg-plist deleted file mode 100644 index 26005f9f7a9c..000000000000 --- a/net/hx/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/hx -man/man1/hx.1 -- cgit v1.2.3