1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Rename comms/ patch-xy patches to reflect the files they modify.

This commit is contained in:
Adam Weinberger 2014-07-28 14:54:09 +00:00
parent 9a8f35e89c
commit c3124ff3bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363168
38 changed files with 2 additions and 2 deletions

View File

@ -5,11 +5,11 @@ 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
USES= tar:tgz
PLIST_FILES= bin/bluegps man/man1/bluegps.1.gz
.include <bsd.port.mk>

View File

@ -16,6 +16,6 @@ PLIST_FILES= bin/bp bin/bpl
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bpl ${STAGEDIR}${PREFIX}/bin
(cd ${STAGEDIR}${PREFIX}/bin; ${LN} -sf bpl bp)
${LN} -sf bpl ${STAGEDIR}${PREFIX}/bin/bp
.include <bsd.port.mk>