diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-16 21:38:47 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-16 21:38:47 +0800 |
commit | 98a27d88b30651b015d8b2740b5e0681fd7e8d09 (patch) | |
tree | 63255a02a835057eaac29db078a023278b0caeb5 /comms | |
parent | ddf1f4da3f0addc89fdc701590886e2ddb9ebc86 (diff) | |
download | freebsd-ports-graphics-98a27d88b30651b015d8b2740b5e0681fd7e8d09.tar.gz freebsd-ports-graphics-98a27d88b30651b015d8b2740b5e0681fd7e8d09.tar.zst freebsd-ports-graphics-98a27d88b30651b015d8b2740b5e0681fd7e8d09.zip |
- Respect CC: fix build on -head (with clang)
- While I'm here:
- Use PLIST_FILES instead of PLIST
- Pet portlint: replace space with tab
- Cleanup Makefile header
- Remove Author line
PR: ports/182119
Submitted by: Dirk-Willem van Gulik <dirkx@webweaving.org> (maintainer)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/bluegps/Makefile | 26 | ||||
-rw-r--r-- | comms/bluegps/pkg-descr | 1 | ||||
-rw-r--r-- | comms/bluegps/pkg-plist | 1 |
3 files changed, 13 insertions, 15 deletions
diff --git a/comms/bluegps/Makefile b/comms/bluegps/Makefile index edf700d817e..8bd61334842 100644 --- a/comms/bluegps/Makefile +++ b/comms/bluegps/Makefile @@ -1,19 +1,19 @@ -# New ports collection makefile for: bluegps -# Date created: 29 July 2007 -# Whom: dirkx@webweaving.org -# +# Created by: dirkx@webweaving.org # $FreeBSD$ -# -PORTNAME= bluegps-linux -PORTVERSION= 2.0 -CATEGORIES= comms -MASTER_SITES= http://www.harbaum.org/till/bluegps/ -EXTRACT_SUFX= .tgz +PORTNAME= bluegps-linux +PORTVERSION= 2.0 +CATEGORIES= comms +MASTER_SITES= http://www.harbaum.org/till/bluegps/ +EXTRACT_SUFX= .tgz -MAINTAINER= dirkx@webweaving.org -COMMENT= Command line tool to download datalogs from the Royaltek RBT-3000 bluetooth GPS receiver +MAINTAINER= dirkx@webweaving.org +COMMENT= Command line tool to download datalogs from the Royaltek RBT-3000 bluetooth GPS receiver -MAN1= bluegps.1 +MAN1= bluegps.1 +PLIST_FILES= bin/bluegps + +post-patch: + @${REINPLACE_CMD} -e '/^CC=/d' ${WRKSRC}/Makefile .include <bsd.port.mk> diff --git a/comms/bluegps/pkg-descr b/comms/bluegps/pkg-descr index c597c40b119..de87cc4d501 100644 --- a/comms/bluegps/pkg-descr +++ b/comms/bluegps/pkg-descr @@ -2,5 +2,4 @@ BlueGPS is a simple (freebsd native) command line tool to download datalogs from the Royaltek RBT-3000 bluetooth GPS receiver over a bluetooth link. -Author: Till Harbaum <Till@Harbaum.org> WWW: http://www.harbaum.org/till/bluegps/ diff --git a/comms/bluegps/pkg-plist b/comms/bluegps/pkg-plist deleted file mode 100644 index 15d8eaf9f9d..00000000000 --- a/comms/bluegps/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/bluegps |