diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-09-03 15:01:58 +0200 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-09-03 15:01:58 +0200 |
commit | 310623bb97f644b7a9a90c9e231574670edfa8f7 (patch) | |
tree | 9f439cea2889439e9fe07672aca93c8f2bc5a10e /cad/kicad-devel | |
parent | 3ccf6b0df2b02ce02763be1011d7e95ab91ac612 (diff) | |
download | freebsd-ports-310623bb97f644b7a9a90c9e231574670edfa8f7.zip |
*: Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop or unreferenced variables
- Add missing ports to the build
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan
Diffstat (limited to 'cad/kicad-devel')
-rw-r--r-- | cad/kicad-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/kicad-devel/Makefile b/cad/kicad-devel/Makefile index 0ba5d1eda9f2..9a4c477c8767 100644 --- a/cad/kicad-devel/Makefile +++ b/cad/kicad-devel/Makefile @@ -2,7 +2,7 @@ PORTNAME= kicad DISTVERSION= r${GIT_SRC_DATE} -#PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= cad PKGNAMESUFFIX= -devel DIST_SUBDIR= ${PORTNAME} |