Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2013 05:09:22 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332066 - in head/comms: bforce-kst efax gsmlib yaps
Message-ID:  <201310300509.r9U59M2t015961@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Wed Oct 30 05:09:22 2013
New Revision: 332066
URL: http://svnweb.freebsd.org/changeset/ports/332066

Log:
  - Perform general cleanup:
  	- remove sole DOCS option
  	- USE_GMAKE -> USES=gmake
  	- fix comment

Modified:
  head/comms/bforce-kst/Makefile
  head/comms/efax/Makefile
  head/comms/gsmlib/Makefile
  head/comms/yaps/Makefile

Modified: head/comms/bforce-kst/Makefile
==============================================================================
--- head/comms/bforce-kst/Makefile	Wed Oct 30 05:08:18 2013	(r332065)
+++ head/comms/bforce-kst/Makefile	Wed Oct 30 05:09:22 2013	(r332066)
@@ -12,7 +12,7 @@ DISTNAME=	${PORTNAME}-0.22.8.kst7
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Simple ifcico like Fidonet technology mailer
 
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 
 CONTRIBS=	bfha/README bfha/bfha.pl bflan callout.sh outman timesync.tcl \

Modified: head/comms/efax/Makefile
==============================================================================
--- head/comms/efax/Makefile	Wed Oct 30 05:08:18 2013	(r332065)
+++ head/comms/efax/Makefile	Wed Oct 30 05:09:22 2013	(r332066)
@@ -12,7 +12,7 @@ COMMENT=	Fax send/receive program
 
 RUN_DEPENDS=	xloadimage:${PORTSDIR}/x11/xloadimage
 
-USE_GMAKE=	YES
+USES=		gmake
 MAN1=		fax.1 \
 		efax.1 \
 		efix.1
@@ -24,8 +24,6 @@ MAKE_ENV=	INSTALL_PROGRAM="${INSTALL_PRO
 
 CONFLICTS=	efax-gtk-*
 
-OPTIONS_DEFINE=	DOCS
-
 NO_STAGE=	yes
 post-build:
 	${MV} ${WRKSRC}/fax ${WRKSRC}/fax.orig

Modified: head/comms/gsmlib/Makefile
==============================================================================
--- head/comms/gsmlib/Makefile	Wed Oct 30 05:08:18 2013	(r332065)
+++ head/comms/gsmlib/Makefile	Wed Oct 30 05:09:22 2013	(r332066)
@@ -11,10 +11,10 @@ MASTER_SITES=	DEBIAN
 DISTFILES=	gsmlib_1.10.orig.tar.gz
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A library to access GSM mobile phones through GSM modems
+COMMENT=	Library to access GSM mobile phones through GSM modems
 
 USE_GNOME=	lthack
-USE_GMAKE=	yes
+USES=		gmake
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 

Modified: head/comms/yaps/Makefile
==============================================================================
--- head/comms/yaps/Makefile	Wed Oct 30 05:08:18 2013	(r332065)
+++ head/comms/yaps/Makefile	Wed Oct 30 05:09:22 2013	(r332066)
@@ -13,7 +13,7 @@ COMMENT=	Yet Another Pager Software: sen
 
 LICENSE=	GPLv2
 
-USE_GMAKE=	true
+USES=		gmake
 
 MAN1=		yaps.1
 PLIST_FILES=	bin/yaps etc/yaps.rc.sample



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