diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-06 13:55:50 +0200 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-06 16:31:07 +0200 |
commit | 305f148f482daf30dcf728039d03d019f88344eb (patch) | |
tree | ff16a91b9ebb1e884ba29f7732b812547ea81b9e /multimedia/librespot | |
parent | 5d33e045968104ac678d8b4b4ec1e8956bbf68e0 (diff) | |
download | freebsd-ports-305f148f482daf30dcf728039d03d019f88344eb.zip |
Remove # $FreeBSD$ from Makefiles.
Diffstat (limited to 'multimedia/librespot')
-rw-r--r-- | multimedia/librespot/Makefile | 1 | ||||
-rw-r--r-- | multimedia/librespot/Makefile.crates | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/multimedia/librespot/Makefile b/multimedia/librespot/Makefile index f9bbb294644d..08362cdc2be7 100644 --- a/multimedia/librespot/Makefile +++ b/multimedia/librespot/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ PORTNAME= librespot PORTVERSION= 0.1.6 diff --git a/multimedia/librespot/Makefile.crates b/multimedia/librespot/Makefile.crates index 3adcbefc5490..59f548899d1d 100644 --- a/multimedia/librespot/Makefile.crates +++ b/multimedia/librespot/Makefile.crates @@ -1,5 +1,3 @@ -# $FreeBSD$ - CARGO_CRATES= aes-0.3.2 \ aes-ctr-0.3.0 \ aes-soft-0.3.3 \ |