mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- Add LICENSE
- Make man pages adhere to hier(7) and unbreak Reported by: linimon@ Feature safe: yes
This commit is contained in:
parent
f650b6660d
commit
38ec7b5f2a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293769
@ -16,11 +16,11 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT \
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Full-screen curses based spread sheet program
|
||||
|
||||
BROKEN= leaves empty directories on deinstall
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USE_CMAKE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/share
|
||||
NO_MANCOMPRESS= no
|
||||
MAN1= teapot.1
|
||||
|
||||
@ -28,6 +28,10 @@ MAN1= teapot.1
|
||||
# having to generate the pdf and html docs from the LyX sourcecode.
|
||||
WRKSRC_DOCS= ${WRKDIR}/${DISTNAME:C/^./T/}-Linux/share/doc/${PORTNAME}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|share/man/man1|man/man1|g' \
|
||||
${WRKSRC}/CMakeLists.txt
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user