svn commit: r386359 - head/devel/gettext

Baptiste Daroussin bapt at FreeBSD.org
Thu May 14 20:22:04 UTC 2015


Author: bapt
Date: Thu May 14 20:22:03 2015
New Revision: 386359
URL: https://svnweb.freebsd.org/changeset/ports/386359

Log:
  Convert to USES=metaport
  Remove useless distinfo
  
  Suggested by:	jbeich

Deleted:
  head/devel/gettext/distinfo
Modified:
  head/devel/gettext/Makefile

Modified: head/devel/gettext/Makefile
==============================================================================
--- head/devel/gettext/Makefile	Thu May 14 20:17:20 2015	(r386358)
+++ head/devel/gettext/Makefile	Thu May 14 20:22:03 2015	(r386359)
@@ -6,15 +6,11 @@
 
 PORTNAME=	gettext
 PORTREVISION=	0
-DISTFILES=
 
 COMMENT=	GNU gettext meta package
 
 .include "${.CURDIR}/../gettext/Makefile.common"
 
-USES=		gettext-runtime:run gettext-tools:run
-
-NO_BUILD=	yes
-NO_INSTALL=	yes
+USES=		gettext-runtime:run gettext-tools:run metaport
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list