aboutsummaryrefslogtreecommitdiff
path: root/editors/tweak/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/tweak/Makefile')
-rw-r--r--editors/tweak/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/tweak/Makefile b/editors/tweak/Makefile
index 0a96317ba1d1..d14ce1436b36 100644
--- a/editors/tweak/Makefile
+++ b/editors/tweak/Makefile
@@ -1,10 +1,12 @@
PORTNAME= tweak
PORTVERSION= 3.02
+PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= https://www.chiark.greenend.org.uk/~sgtatham/${PORTNAME}/
MAINTAINER= pzn.unixbsd@gmail.com
COMMENT= Efficient hex editor
+WWW= https://www.chiark.greenend.org.uk/~sgtatham/tweak/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENCE
@@ -12,6 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENCE
USES= gmake ncurses
PLIST_FILES= bin/tweak \
- man/man1/tweak.1.gz
+ share/man/man1/tweak.1.gz
.include <bsd.port.mk>