diff options
Diffstat (limited to 'sysutils/tdir')
-rw-r--r-- | sysutils/tdir/Makefile | 3 | ||||
-rw-r--r-- | sysutils/tdir/files/patch-Makefile | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/tdir/Makefile b/sysutils/tdir/Makefile index c682c4ae6a42..44cb580e2b9d 100644 --- a/sysutils/tdir/Makefile +++ b/sysutils/tdir/Makefile @@ -1,5 +1,6 @@ PORTNAME= tdir PORTVERSION= 1.73 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.tundraware.com/Software/tdir/ @@ -16,6 +17,6 @@ SHEBANG_FILES= tdir NO_ARCH= yes PLIST_FILES= bin/tdir \ - man/man1/tdir.1.gz + share/man/man1/tdir.1.gz .include <bsd.port.mk> diff --git a/sysutils/tdir/files/patch-Makefile b/sysutils/tdir/files/patch-Makefile index 76848f8fb2a2..65d80ab9fcea 100644 --- a/sysutils/tdir/files/patch-Makefile +++ b/sysutils/tdir/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig 2014-02-12 18:24:13 UTC +--- Makefile.orig 2018-05-11 21:42:28 UTC +++ Makefile -@@ -3,8 +3,5 @@ +@@ -3,8 +3,5 @@ install: all: # Do nothing - this is a python script that needs no build install: @@ -10,4 +10,4 @@ - 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 ++ ${BSD_INSTALL_MAN} ./tdir.1.gz ${DESTDIR}${PREFIX}/share/man/man1 |