aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-02-03 01:06:21 +0800
committerantoine <antoine@FreeBSD.org>2014-02-03 01:06:21 +0800
commit036dc0ab8851f323ad01cd69d661a8f94e19d02e (patch)
tree0f2ced66a840dc7817917c86f356ac3cf0c12d4f /deskutils
parent6fb794d44f54d602e030bd7bf7694582b8b36384 (diff)
downloadfreebsd-ports-gnome-036dc0ab8851f323ad01cd69d661a8f94e19d02e.tar.gz
freebsd-ports-gnome-036dc0ab8851f323ad01cd69d661a8f94e19d02e.tar.zst
freebsd-ports-gnome-036dc0ab8851f323ad01cd69d661a8f94e19d02e.zip
Stage support
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/tnote/Makefile16
1 files changed, 4 insertions, 12 deletions
diff --git a/deskutils/tnote/Makefile b/deskutils/tnote/Makefile
index 45bd451115ec..ca9905376250 100644
--- a/deskutils/tnote/Makefile
+++ b/deskutils/tnote/Makefile
@@ -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>