diff options
author | zi <zi@FreeBSD.org> | 2012-03-25 04:03:08 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2012-03-25 04:03:08 +0800 |
commit | 6a7fb8c728da87d60d99b463503095334647a9bb (patch) | |
tree | 4111a868e29a19803ba065715fa1c8c0cd2b8884 /deskutils | |
parent | ccc66928a698a129f1a134d3cb1b69da062f8c8e (diff) | |
download | freebsd-ports-gnome-6a7fb8c728da87d60d99b463503095334647a9bb.tar.gz freebsd-ports-gnome-6a7fb8c728da87d60d99b463503095334647a9bb.tar.zst freebsd-ports-gnome-6a7fb8c728da87d60d99b463503095334647a9bb.zip |
- Add LICENSE
- Make man pages adhere to hier(7) and unbreak
Reported by: linimon@
Feature safe: yes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/teapot/Makefile | 8 |
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} |