Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 2020 19:34:38 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532300 - head/devel/libinotify
Message-ID:  <202004211934.03LJYcJo088453@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Apr 21 19:34:38 2020
New Revision: 532300
URL: https://svnweb.freebsd.org/changeset/ports/532300

Log:
  Cosmetic change

Modified:
  head/devel/libinotify/Makefile

Modified: head/devel/libinotify/Makefile
==============================================================================
--- head/devel/libinotify/Makefile	Tue Apr 21 19:33:36 2020	(r532299)
+++ head/devel/libinotify/Makefile	Tue Apr 21 19:34:38 2020	(r532300)
@@ -12,13 +12,14 @@ COMMENT=	Kevent based inotify compatible library
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-GNU_CONFIGURE=	yes
-INSTALL_TARGET=	install-strip
-USE_LDCONFIG=	yes
 USES=		autoreconf libtool
 
-GH_ACCOUNT=	${PORTNAME}-kqueue
-GH_PROJECT=	${PORTNAME}-kqueue
 USE_GITHUB=	yes
+GH_ACCOUNT=	libinotify-kqueue
+GH_PROJECT=	libinotify-kqueue
+
+GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
+USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>



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