aboutsummaryrefslogtreecommitdiff
path: root/deskutils/treeline/Makefile
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2018-10-23 14:34:54 +0000
committerJason E. Hale <jhale@FreeBSD.org>2018-10-23 14:34:54 +0000
commitc9cc447dfad63419c6cf47eef0d0b30a52bd8fb2 (patch)
tree05f2776c997ad7b8cd8e4cdfbb1fe52f673b4acc /deskutils/treeline/Makefile
parent91546aac5b9cc1a66c213af45c13c92c08e9515c (diff)
downloadports-c9cc447dfad63419c6cf47eef0d0b30a52bd8fb2.tar.gz
ports-c9cc447dfad63419c6cf47eef0d0b30a52bd8fb2.zip
deskutils/treeline: Update to 3.0.2
Notes
Notes: svn path=/head/; revision=482840
Diffstat (limited to 'deskutils/treeline/Makefile')
-rw-r--r--deskutils/treeline/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/treeline/Makefile b/deskutils/treeline/Makefile
index 37881426fd2c..468e13ba7f70 100644
--- a/deskutils/treeline/Makefile
+++ b/deskutils/treeline/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= treeline
-PORTVERSION= 3.0.1
+PORTVERSION= 3.0.2
CATEGORIES= deskutils python
MASTER_SITES= https://github.com/doug-101/TreeLine/releases/download/v${PORTVERSION}/ \
SF/${PORTNAME}/${PORTVERSION}
@@ -54,6 +54,7 @@ do-install:
(cd ${STAGEDIR}${PREFIX} && \
${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \
-d ${DATADIR} -f ${DATADIR_REL})
+ (cd ${STAGEDIR}${DATADIR} && ${RM} *.bak *.orig *.pro *.spec)
(cd ${STAGEDIR}${DOCSDIR} && ${RM} INSTALL LICENSE)
.include <bsd.port.mk>