aboutsummaryrefslogtreecommitdiff
path: root/print/indexinfo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/indexinfo/Makefile')
-rw-r--r--print/indexinfo/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/print/indexinfo/Makefile b/print/indexinfo/Makefile
index 136827567e93..f414a38debcc 100644
--- a/print/indexinfo/Makefile
+++ b/print/indexinfo/Makefile
@@ -1,9 +1,8 @@
# $FreeBSD$
PORTNAME= indexinfo
-PORTVERSION= 0.2.2
+PORTVERSION= 0.2.3
CATEGORIES= print ports-mgmt
-MASTER_SITES= http://files.etoilebsd.net/indexinfo/
MAINTAINER= bapt@FreeBSD.org
COMMENT= Utility to regenerate the GNU info page index
@@ -11,9 +10,9 @@ COMMENT= Utility to regenerate the GNU info page index
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-maintainer-mode
-PLIST_FILES= bin/indexinfo
+USE_GITHUB= yes
+GH_ACCOUNT= bapt
INSTALL_TARGET= install-strip
+PLIST_FILES= bin/indexinfo
.include <bsd.port.mk>