summaryrefslogtreecommitdiff
path: root/deskutils/teapot/Makefile
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2012-03-24 20:03:08 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2012-03-24 20:03:08 +0000
commit38ec7b5f2a4e40e730c72e075913049fc8fe5b09 (patch)
tree650e6da28d80b89a4b633df77da98c0dfa44a9b8 /deskutils/teapot/Makefile
parentFix typo. USE_RUBY_RDOCS -> USE_RUBY_RDOC (diff)
- Add LICENSE
- Make man pages adhere to hier(7) and unbreak Reported by: linimon@ Feature safe: yes
Notes
Notes: svn path=/head/; revision=293769
Diffstat (limited to '')
-rw-r--r--deskutils/teapot/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/deskutils/teapot/Makefile b/deskutils/teapot/Makefile
index 5e9f910e3a30..1094a8821d2c 100644
--- a/deskutils/teapot/Makefile
+++ b/deskutils/teapot/Makefile
@@ -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}