diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/abck/Makefile | 11 | ||||
-rw-r--r-- | sysutils/abck/files/patch-Makefile | 4 | ||||
-rw-r--r-- | sysutils/abck/pkg-plist | 1 | ||||
-rw-r--r-- | sysutils/tbku/Makefile | 6 | ||||
-rw-r--r-- | sysutils/tdir/Makefile | 18 | ||||
-rw-r--r-- | sysutils/tdir/files/patch-Makefile | 13 | ||||
-rw-r--r-- | sysutils/tren/Makefile | 7 |
7 files changed, 41 insertions, 19 deletions
diff --git a/sysutils/abck/Makefile b/sysutils/abck/Makefile index e191fb297004..c2b2e8e57403 100644 --- a/sysutils/abck/Makefile +++ b/sysutils/abck/Makefile @@ -3,15 +3,20 @@ PORTNAME= abck PORTVERSION= 2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.tundraware.com/Software/abck/ MAINTAINER= tundra@tundraware.com COMMENT= Manage intrusion attempts recorded in the system log -USES= python shebangfix +LICENSE= TundraWare +LICENSE_NAME= TundraWare license +LICENSE_FILE= ${WRKSRC}/abck-License.txt +LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell no-auto-accept + +USES= python:2.7,run shebangfix SHEBANG_FILES= abck -python_OLD_CMD= /usr/local/bin/python +NO_ARCH= yes .include <bsd.port.mk> diff --git a/sysutils/abck/files/patch-Makefile b/sysutils/abck/files/patch-Makefile index 06d2c9485b65..08deda506c92 100644 --- a/sysutils/abck/files/patch-Makefile +++ b/sysutils/abck/files/patch-Makefile @@ -1,6 +1,6 @@ --- Makefile.orig 2002-09-04 21:55:45 UTC +++ Makefile -@@ -4,7 +4,7 @@ +@@ -4,7 +4,5 @@ all: # Do nothing - this is a python script that needs no build install: @@ -9,6 +9,4 @@ - install -c -o root -g wheel -m 644 ./abck.1.gz ${PREFIX}/man/man1 - install -c -o root -g wheel -m 644 ./abck-License.txt ${PREFIX}/share/doc/abck + ${BSD_INSTALL_SCRIPT} ./abck ${DESTDIR}${PREFIX}/bin -+ mkdir ${DESTDIR}${PREFIX}/share/doc/abck + ${BSD_INSTALL_MAN} ./abck.1.gz ${DESTDIR}${PREFIX}/man/man1 -+ ${BSD_INSTALL_DATA} ./abck-License.txt ${DESTDIR}${PREFIX}/share/doc/abck diff --git a/sysutils/abck/pkg-plist b/sysutils/abck/pkg-plist index de48dbac018f..a379f6c8e620 100644 --- a/sysutils/abck/pkg-plist +++ b/sysutils/abck/pkg-plist @@ -1,3 +1,2 @@ bin/abck man/man1/abck.1.gz -%%DOCSDIR%%/abck-License.txt diff --git a/sysutils/tbku/Makefile b/sysutils/tbku/Makefile index a1b415fa3c3d..04e20a937749 100644 --- a/sysutils/tbku/Makefile +++ b/sysutils/tbku/Makefile @@ -3,12 +3,18 @@ PORTNAME= tbku PORTVERSION= 1.120 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.tundraware.com/Software/tbku/ MAINTAINER= tbku@tundraware.com COMMENT= Tool For Incremental And Imaging Backups +LICENSE= TundraWare +LICENSE_NAME= TundraWare license +LICENSE_FILE= ${WRKSRC}/tbku-license.txt +LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell no-auto-accept + NO_ARCH= yes OPTIONS_DEFINE= DOCS diff --git a/sysutils/tdir/Makefile b/sysutils/tdir/Makefile index d3cd85d9d5ea..6d13d6fa00e7 100644 --- a/sysutils/tdir/Makefile +++ b/sysutils/tdir/Makefile @@ -3,24 +3,26 @@ PORTNAME= tdir PORTVERSION= 1.71 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.tundraware.com/Software/tdir/ MAINTAINER= tdir@tundraware.com COMMENT= Advanced file directory display utility -USES= python shebangfix +BROKEN= license forbids modification, but the port cannot be used without it + +LICENSE= TundraWare +LICENSE_NAME= TundraWare license +LICENSE_FILE= ${WRKSRC}/tdir-license.txt +LICENSE_PERMS= dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell no-auto-accept + +USES= python:2.7,run shebangfix SHEBANG_FILES= tdir python_OLD_CMD= "/usr//bin/env python" - -MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} +NO_ARCH= yes PLIST_FILES= bin/tdir \ man/man1/tdir.1.gz -PORTDOCS= tdir-license.txt - -post-patch: - @${REINPLACE_CMD} 's,-o root -g wheel,,' ${WRKSRC}/Makefile .include <bsd.port.mk> diff --git a/sysutils/tdir/files/patch-Makefile b/sysutils/tdir/files/patch-Makefile new file mode 100644 index 000000000000..76848f8fb2a2 --- /dev/null +++ b/sysutils/tdir/files/patch-Makefile @@ -0,0 +1,13 @@ +--- Makefile.orig 2014-02-12 18:24:13 UTC ++++ Makefile +@@ -3,8 +3,5 @@ + all: # Do nothing - this is a python script that needs no build + + install: +- install -c -o root -g wheel -m 755 ./tdir ${PREFIX}/bin +- install -c -o root -g wheel -m 644 ./tdir.1.gz ${PREFIX}/man/man1 +- mkdir ${PREFIX}/share/doc/tdir +- install -c -o root -g wheel -m 644 ./tdir-license.txt ${PREFIX}/share/doc/tdir +- ++ ${BSD_INSTALL_SCRIPT} ./tdir ${DESTDIR}${PREFIX}/bin ++ ${BSD_INSTALL_MAN} ./tdir.1.gz ${DESTDIR}${PREFIX}/man/man1 diff --git a/sysutils/tren/Makefile b/sysutils/tren/Makefile index 749b65e5e6aa..94486effe3fb 100644 --- a/sysutils/tren/Makefile +++ b/sysutils/tren/Makefile @@ -3,15 +3,15 @@ PORTNAME= tren PORTVERSION= 1.242 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils python MASTER_SITES= http://www.tundraware.com/Software/tren/ MAINTAINER= tren@tundraware.com COMMENT= Powerful File And Directory Batch Renaming Tool -LICENSE= TREN -LICENSE_NAME= Tren license +LICENSE= TundraWare +LICENSE_NAME= TundraWare license LICENSE_FILE= ${WRKSRC}/tren-license.txt LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell no-auto-accept @@ -19,7 +19,6 @@ USES= python:2.7,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 |