mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
- Support MAN properly
PR: ports/64046 Submitted by: Ports Fury
This commit is contained in:
parent
812b2fd17b
commit
f610a76874
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103529
4 changed files with 22 additions and 6 deletions
|
@ -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 <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
bin/hx
|
||||
man/man1/hx.1
|
|
@ -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 <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
bin/hx
|
||||
man/man1/hx.1
|
Loading…
Add table
Reference in a new issue