Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Oct 2019 09:02:25 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514059 - head/devel/gperf31
Message-ID:  <201910080902.x9892PNr041665@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Tue Oct  8 09:02:24 2019
New Revision: 514059
URL: https://svnweb.freebsd.org/changeset/ports/514059

Log:
  Complete renaming to gperf31
  
  PR:		241025
  Submitted by:	Joerg Pulz <Joerg.Pulz@frm2.tum.de>

Modified:
  head/devel/gperf31/Makefile

Modified: head/devel/gperf31/Makefile
==============================================================================
--- head/devel/gperf31/Makefile	Tue Oct  8 08:45:56 2019	(r514058)
+++ head/devel/gperf31/Makefile	Tue Oct  8 09:02:24 2019	(r514059)
@@ -18,7 +18,7 @@ MAKE_JOBS_UNSAFE=	yes
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--docdir=${DOCSDIR}
-INFO=		gperf
+INFO=		gperf31
 TEST_TARGET=	check
 
 post-install:
@@ -28,5 +28,7 @@ post-install:
 		${STAGEDIR}/${PREFIX}/man/man1/gperf31.1
 	${MV} ${STAGEDIR}/${DOCSDIR}/gperf.html \
 		${STAGEDIR}/${DOCSDIR}/gperf31.html
+	${MV} ${STAGEDIR}/${PREFIX}/${INFO_PATH}/gperf.info \
+		${STAGEDIR}/${PREFIX}/${INFO_PATH}/gperf31.info
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910080902.x9892PNr041665>