Index: head/misc/gnuit/Makefile =================================================================== --- head/misc/gnuit/Makefile (revision 455913) +++ head/misc/gnuit/Makefile (revision 455914) @@ -1,22 +1,23 @@ # Created by: torstenb@FreeBSD.org # $FreeBSD$ PORTNAME= gnuit PORTVERSION= 4.9.5 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= GNU MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Interactive Tools - a file system browser for UNIX systems USES= ncurses GNU_CONFIGURE= YES CONFIGURE_ARGS= --disable-transition post-install: # Clean stage from orphans. ${RM} ${STAGEDIR}${PREFIX}/man/man1/gitmkdirs.1 ${RM} ${STAGEDIR}${PREFIX}/man/man1/gitwhich.1 ${RM} ${STAGEDIR}${PREFIX}/man/man1/gitxgrep.1 .include Index: head/misc/gnuit/files/patch-doc-Makefile =================================================================== --- head/misc/gnuit/files/patch-doc-Makefile (nonexistent) +++ head/misc/gnuit/files/patch-doc-Makefile (revision 455914) @@ -0,0 +1,42 @@ +2017-12-10 Gerald Pfeifer + + * Makefile.am: Only create relative symlinks for man pages. + * Makefile.in: Regenerate. + +--- UTC +--- doc/Makefile.am 2009-02-18 02:31:25.000000000 +0000 ++++ doc/Makefile.am 2017-12-10 21:27:14.321310000 +0000 +@@ -42,13 +42,13 @@ + for i in $(GIT_GREPS);\ + do\ + rm -f $(DESTDIR)$(mandir)/man1/$${i}.1;\ +- ln -s $(mandir)/man1/gitrgrep.1 $(DESTDIR)$(mandir)/man1/$${i}.1;\ ++ ln -s gitrgrep.1 $(DESTDIR)$(mandir)/man1/$${i}.1;\ + done + \ + for i in $(GIT_INTERNAL_MANS);\ + do\ + rm -f $(DESTDIR)$(mandir)/man1/$${i}.1;\ +- ln -s $(mandir)/man1/gitinternal.1 $(DESTDIR)$(mandir)/man1/$${i}.1;\ ++ ln -s gitinternal.1 $(DESTDIR)$(mandir)/man1/$${i}.1;\ + done + if [ "$(mandir)" != "$(prefix)/man" ]; then\ + for i in $(ORIG_MANS) $(GIT_INTERNAL_MANS); \ +--- doc/Makefile.in 2009-02-18 02:31:25.000000000 +0000 ++++ doc/Makefile.in 2017-12-10 21:27:32.723308000 +0000 +@@ -969,13 +969,13 @@ + for i in $(GIT_GREPS);\ + do\ + rm -f $(DESTDIR)$(mandir)/man1/$${i}.1;\ +- ln -s $(mandir)/man1/gitrgrep.1 $(DESTDIR)$(mandir)/man1/$${i}.1;\ ++ ln -s gitrgrep.1 $(DESTDIR)$(mandir)/man1/$${i}.1;\ + done + \ + for i in $(GIT_INTERNAL_MANS);\ + do\ + rm -f $(DESTDIR)$(mandir)/man1/$${i}.1;\ +- ln -s $(mandir)/man1/gitinternal.1 $(DESTDIR)$(mandir)/man1/$${i}.1;\ ++ ln -s gitinternal.1 $(DESTDIR)$(mandir)/man1/$${i}.1;\ + done + if [ "$(mandir)" != "$(prefix)/man" ]; then\ + for i in $(ORIG_MANS) $(GIT_INTERNAL_MANS); \ Property changes on: head/misc/gnuit/files/patch-doc-Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property