Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 May 2015 22:38:02 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385704 - head/ftp/yafc
Message-ID:  <201505072238.t47Mc2cU019985@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu May  7 22:38:01 2015
New Revision: 385704
URL: https://svnweb.freebsd.org/changeset/ports/385704

Log:
  Properly register info page

Modified:
  head/ftp/yafc/Makefile

Modified: head/ftp/yafc/Makefile
==============================================================================
--- head/ftp/yafc/Makefile	Thu May  7 22:36:18 2015	(r385703)
+++ head/ftp/yafc/Makefile	Thu May  7 22:38:01 2015	(r385704)
@@ -3,6 +3,7 @@
 
 PORTNAME=	yafc
 PORTVERSION=	1.2.5
+PORTREVISION=	1
 CATEGORIES=	ftp ipv6
 MASTER_SITES=	http://www.yafc-ftp.com/upload/
 
@@ -26,8 +27,8 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 
 PORTEXAMPLES=	inputrc yafcrc
 PLIST_FILES=	bin/yafc \
-		info/yafc.info \
 		man/man1/yafc.1.gz
+INFO=		yafc
 
 NLS_USES=		gettext
 NLS_USE=		GNOME=intltool



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