diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2020-04-02 09:17:30 +0000 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2020-04-02 09:17:30 +0000 |
commit | 84c8a189a88388d040965849ed7ba72be2640856 (patch) | |
tree | a7807524e5b0967f910c34f97aa06a4f257e0370 /graphics/qgis-ltr/Makefile | |
parent | 8b67b1036bd0873b38a900155154d827d11f906c (diff) |
graphics/qgis-ltr: Fix pkg-plist
Fix pkg-plist. I accidentally removed a line in my last revision.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D24258
Notes
Notes:
svn path=/head/; revision=530266
Diffstat (limited to 'graphics/qgis-ltr/Makefile')
-rw-r--r-- | graphics/qgis-ltr/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/qgis-ltr/Makefile b/graphics/qgis-ltr/Makefile index cee6a3ed071f..660871dea350 100644 --- a/graphics/qgis-ltr/Makefile +++ b/graphics/qgis-ltr/Makefile @@ -4,6 +4,7 @@ PORTNAME= qgis DISTVERSIONPREFIX= final- DISTVERSION= 3_10_4 +PORTREVISION= 1 CATEGORIES= graphics geography PKGNAMESUFFIX= -ltr MAINTAINER= rhurlin@gwdg.de |