Index: head/sysutils/tren/Makefile =================================================================== --- head/sysutils/tren/Makefile (revision 461596) +++ head/sysutils/tren/Makefile (revision 461597) @@ -1,23 +1,31 @@ # Created by: Tim Daneliuk # $FreeBSD$ PORTNAME= tren PORTVERSION= 1.242 +PORTREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= http://www.tundraware.com/Software/tren/ MAINTAINER= tren@tundraware.com COMMENT= Powerful File And Directory Batch Renaming Tool -USES= python +LICENSE= TREN +LICENSE_NAME= Tren license +LICENSE_FILE= ${WRKSRC}/tren-license.txt +LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell no-auto-accept + +USES= python:2,run shebangfix +SHEBANG_FILES= tren.py PLIST_FILES= bin/tren.py man/man1/tren.1.gz PORTDOCS= WHATSNEW.txt tren-license.txt tren.html tren.pdf tren.ps tren.rst +NO_BUILD= yes NO_ARCH= yes OPTIONS_DEFINE= DOCS post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR}/ + @${MKDIR} ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ .include Index: head/sysutils/tren/pkg-descr =================================================================== --- head/sysutils/tren/pkg-descr (revision 461596) +++ head/sysutils/tren/pkg-descr (revision 461597) @@ -1,7 +1,7 @@ tren is a general purpose file and directory renaming tool. Unlike commands like mv, tren is particularly well suited for renaming batches of files and/or directories with a single command line invocation. tren eliminates the tedium of having to script simpler tools to provide higher-level renaming capabilities. -WWW: http://www.tundraware.com/Software/tren/ +WWW: https://www.tundraware.com/Software/tren/