diff options
author | gerald <gerald@FreeBSD.org> | 2017-12-11 05:44:24 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2017-12-11 05:44:24 +0800 |
commit | 5bf32e9ec04119b56e88249b5a4474bd920567cd (patch) | |
tree | 5d90d32bd92912acc9ef46952d8d5add7706952c /misc/gnuit/Makefile | |
parent | cda086784fde852c72d9372c7856221b7e75fc6d (diff) | |
download | freebsd-ports-gnome-5bf32e9ec04119b56e88249b5a4474bd920567cd.tar.gz freebsd-ports-gnome-5bf32e9ec04119b56e88249b5a4474bd920567cd.tar.zst freebsd-ports-gnome-5bf32e9ec04119b56e88249b5a4474bd920567cd.zip |
Change man pages which are links (gitregrep.1.gz and gitrfgrep.1.gz)
from absolute links to relative links.
Bump PORTREVISION since this does affect the resulting package in a
material manner.
PR: 224230
Reported by: wosch
Diffstat (limited to 'misc/gnuit/Makefile')
-rw-r--r-- | misc/gnuit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/gnuit/Makefile b/misc/gnuit/Makefile index 339eb43d21f4..372aee984ab6 100644 --- a/misc/gnuit/Makefile +++ b/misc/gnuit/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnuit PORTVERSION= 4.9.5 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= GNU |