diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2020-05-25 09:32:46 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2020-05-25 09:32:46 +0000 |
commit | c0acf9823ce3def82f117deb32c119ce3b931c7f (patch) | |
tree | 435719e8fcdf8ec3cd4b61d688d822665a18e3a4 /archivers/peazip/Makefile | |
parent | a3c29abd8a72f3c34f4bbe6dd4982b0d36a848ac (diff) | |
download | ports-c0acf9823ce3def82f117deb32c119ce3b931c7f.tar.gz ports-c0acf9823ce3def82f117deb32c119ce3b931c7f.zip |
Notes
Diffstat (limited to 'archivers/peazip/Makefile')
-rw-r--r-- | archivers/peazip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/peazip/Makefile b/archivers/peazip/Makefile index 76c34410b75b..7079b6276a86 100644 --- a/archivers/peazip/Makefile +++ b/archivers/peazip/Makefile @@ -4,8 +4,8 @@ PORTNAME= peazip PORTVERSION= 7.0.1 PORTREVISION= 2 CATEGORIES= archivers -PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} MASTER_SITES= https://github.com/giorgiotani/PeaZip/releases/download/${PORTVERSION}/ +PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= acm@FreeBSD.org |