From owner-svn-ports-head@freebsd.org Sat Jul 18 01:12:14 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB8749A46A0; Sat, 18 Jul 2015 01:12:14 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9277F19CE; Sat, 18 Jul 2015 01:12:14 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6I1CEZc084376; Sat, 18 Jul 2015 01:12:14 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6I1CDFv084371; Sat, 18 Jul 2015 01:12:13 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201507180112.t6I1CDFv084371@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 18 Jul 2015 01:12:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392402 - in head/sysutils/reptyr: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jul 2015 01:12:14 -0000 Author: pi Date: Sat Jul 18 01:12:12 2015 New Revision: 392402 URL: https://svnweb.freebsd.org/changeset/ports/392402 Log: sysutils/reptyr: fix manual page location PR: 200720 Submitted by: makc Modified: head/sysutils/reptyr/Makefile head/sysutils/reptyr/files/patch-Makefile head/sysutils/reptyr/pkg-plist Modified: head/sysutils/reptyr/Makefile ============================================================================== --- head/sysutils/reptyr/Makefile Sat Jul 18 00:56:35 2015 (r392401) +++ head/sysutils/reptyr/Makefile Sat Jul 18 01:12:12 2015 (r392402) @@ -3,6 +3,7 @@ PORTNAME= reptyr PORTVERSION= 0.6.3a +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= andoriyu@gmail.com @@ -36,7 +37,5 @@ post-install: ${STAGEDIR}${PREFIX}/etc/bash_completion.d/reptyr .endif ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/reptyr - ${GZIP_CMD} ${STAGEDIR}${PREFIX}/share/man/man1/reptyr.1 - ${GZIP_CMD} ${STAGEDIR}${PREFIX}/share/man/fr/man1/reptyr.1 .include Modified: head/sysutils/reptyr/files/patch-Makefile ============================================================================== --- head/sysutils/reptyr/files/patch-Makefile Sat Jul 18 00:56:35 2015 (r392401) +++ head/sysutils/reptyr/files/patch-Makefile Sat Jul 18 01:12:12 2015 (r392402) @@ -1,11 +1,20 @@ --- Makefile.orig 2015-06-05 21:41:48 UTC +++ Makefile +@@ -14,7 +14,7 @@ endif + # e.g. install to /usr with `make PREFIX=/usr` + PREFIX=/usr/local + BINDIR=$(PREFIX)/bin +-MANDIR=$(PREFIX)/share/man ++MANDIR=$(PREFIX)/man + + PKG_CONFIG ?= pkg-config + @@ -43,7 +43,7 @@ ptrace.o: ptrace.h platform/platform.h $ clean: rm -f reptyr $(OBJS) test/victim.o test/victim -BASHCOMPDIR ?= $(shell $(PKG_CONFIG) --variable=completionsdir bash-completion 2>/dev/null) -+BASHCOMPDIR ?= /usr/local/share/bash-completion/completions ++BASHCOMPDIR ?= $(PREFIX)/share/bash-completion/completions install: reptyr install -d -m 755 $(DESTDIR)$(BINDIR) Modified: head/sysutils/reptyr/pkg-plist ============================================================================== --- head/sysutils/reptyr/pkg-plist Sat Jul 18 00:56:35 2015 (r392401) +++ head/sysutils/reptyr/pkg-plist Sat Jul 18 01:12:12 2015 (r392402) @@ -1,5 +1,5 @@ %%BASH%%etc/bash_completion.d/reptyr %%BASH%%share/bash-completion/completions/reptyr bin/reptyr -share/man/fr/man1/reptyr.1.gz -share/man/man1/reptyr.1.gz +man/fr/man1/reptyr.1.gz +man/man1/reptyr.1.gz