diff options
author | eadler <eadler@FreeBSD.org> | 2013-10-30 13:09:22 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-10-30 13:09:22 +0800 |
commit | 0e5174fdaa608a2b4f6632715d31dad78b567421 (patch) | |
tree | 1875d876d7842e5dd2477ae700fda53b52699917 /comms | |
parent | e3361a628cb26d243b352eb13cf89a2e1438fb5f (diff) | |
download | freebsd-ports-gnome-0e5174fdaa608a2b4f6632715d31dad78b567421.tar.gz freebsd-ports-gnome-0e5174fdaa608a2b4f6632715d31dad78b567421.tar.zst freebsd-ports-gnome-0e5174fdaa608a2b4f6632715d31dad78b567421.zip |
- Perform general cleanup:
- remove sole DOCS option
- USE_GMAKE -> USES=gmake
- fix comment
Diffstat (limited to 'comms')
-rw-r--r-- | comms/bforce-kst/Makefile | 2 | ||||
-rw-r--r-- | comms/efax/Makefile | 4 | ||||
-rw-r--r-- | comms/gsmlib/Makefile | 4 | ||||
-rw-r--r-- | comms/yaps/Makefile | 2 |
4 files changed, 5 insertions, 7 deletions
diff --git a/comms/bforce-kst/Makefile b/comms/bforce-kst/Makefile index fcf612a08a9d..35fd39c1543a 100644 --- a/comms/bforce-kst/Makefile +++ b/comms/bforce-kst/Makefile @@ -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 \ diff --git a/comms/efax/Makefile b/comms/efax/Makefile index 6319ec126f51..f71182d86b5b 100644 --- a/comms/efax/Makefile +++ b/comms/efax/Makefile @@ -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_PROGRAM}" \ CONFLICTS= efax-gtk-* -OPTIONS_DEFINE= DOCS - NO_STAGE= yes post-build: ${MV} ${WRKSRC}/fax ${WRKSRC}/fax.orig diff --git a/comms/gsmlib/Makefile b/comms/gsmlib/Makefile index 909ce85de0b2..122ff5660219 100644 --- a/comms/gsmlib/Makefile +++ b/comms/gsmlib/Makefile @@ -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 diff --git a/comms/yaps/Makefile b/comms/yaps/Makefile index 592eca9913cf..34d08381427f 100644 --- a/comms/yaps/Makefile +++ b/comms/yaps/Makefile @@ -13,7 +13,7 @@ COMMENT= Yet Another Pager Software: send messages to pager (SMS, TAP, ...) LICENSE= GPLv2 -USE_GMAKE= true +USES= gmake MAN1= yaps.1 PLIST_FILES= bin/yaps etc/yaps.rc.sample |