svn commit: r532300 - head/devel/libinotify
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Apr 21 19:34:39 UTC 2020
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>
More information about the svn-ports-head
mailing list