svn commit: r332066 - in head/comms: bforce-kst efax gsmlib yaps
Eitan Adler
eadler at FreeBSD.org
Wed Oct 30 05:09:23 UTC 2013
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 at 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 at 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
More information about the svn-ports-head
mailing list