aboutsummaryrefslogtreecommitdiff
path: root/editors/zile
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 17:01:02 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 17:58:24 +0000
commit8e191687fec1eef864e2f8a329d496357d8595d9 (patch)
tree8590c26e6381655def9dc8b2d0aa85436cd10759 /editors/zile
parentb425436ee246845fe1e4ce4c60e4f337d5a56b93 (diff)
downloadports-8e191687fec1eef864e2f8a329d496357d8595d9.tar.gz
ports-8e191687fec1eef864e2f8a329d496357d8595d9.zip
editors/zile: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'editors/zile')
-rw-r--r--editors/zile/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/zile/Makefile b/editors/zile/Makefile
index 2e29b2af73e4..a501f06b84ff 100644
--- a/editors/zile/Makefile
+++ b/editors/zile/Makefile
@@ -1,5 +1,6 @@
PORTNAME= zile
PORTVERSION= 2.6.2
+PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= GNU
@@ -20,12 +21,13 @@ USE_GNOME= glib20
USE_PERL5= build
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --without-included-regex
LDFLAGS+= -lgnuregex
PLIST_FILES= bin/${PORTNAME} \
- man/man1/${PORTNAME}.1.gz \
+ share/man/man1/${PORTNAME}.1.gz \
%%DOCSDIR%%/AUTHORS \
%%DOCSDIR%%/dotzile.sample \
%%DOCSDIR%%/FAQ \