diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:21:37 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:21:37 +0000 |
commit | cf104c570b6057a060aff137032968074d18b40d (patch) | |
tree | 31792f4e524fa4befbbeca4225fc96908b09c2da /deskutils/tnote | |
parent | 36117d709704f772dbc3d305cda6923741791598 (diff) | |
download | ports-cf104c570b6057a060aff137032968074d18b40d.tar.gz ports-cf104c570b6057a060aff137032968074d18b40d.zip |
Notes
Diffstat (limited to 'deskutils/tnote')
-rw-r--r-- | deskutils/tnote/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/deskutils/tnote/Makefile b/deskutils/tnote/Makefile index 4089a44edc17..45bd451115ec 100644 --- a/deskutils/tnote/Makefile +++ b/deskutils/tnote/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tnote -# Date created: 2010-07-25 -# Whom: ports@c0decafe.net -# +# Created by: ports@c0decafe.net # $FreeBSD$ -# PORTNAME= tnote PORTVERSION= 0.2.1 @@ -25,6 +21,7 @@ PLIST_FILES= bin/tnote PORTDOCS= * +NO_STAGE= yes post-extract: @${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/setup.py |