1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

Stage support

This commit is contained in:
Antoine Brodin 2014-02-02 17:06:21 +00:00
parent fc6180a67f
commit 9fc819abad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342341

View File

@ -7,27 +7,19 @@ CATEGORIES= deskutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A small note taking program for the terminal
COMMENT= Small note taking program for the terminal
LICENSE= GPLv3
USE_PYTHON= yes
USE_PYDISTUTILS=yes
MAN1= tnote.1
MANCOMPRESSED= yes
PLIST_FILES= bin/tnote
PLIST_FILES= bin/tnote man/man1/tnote.1.gz
PORTDOCS= *
NO_STAGE= yes
OPTIONS_DEFINE= DOCS
post-extract:
@${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/setup.py
.if defined(NOPORTDOCS)
post-patch:
@${REINPLACE_CMD} -e 's|(.share/doc[^)]*),||' ${WRKSRC}/setup.py
.endif
.include <bsd.port.mk>