diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2019-08-16 06:42:47 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2019-08-16 06:42:47 +0000 |
commit | 0e036eab74509b6c7e7f851b202fa33456f86f71 (patch) | |
tree | 93625215ad165a49846831f88c43e63f8b782228 | |
parent | Update to the 20190809 snapshot of GCC 8.3.1. (diff) |
Improvements to the port MAkefile, no package changes.
Suggested by: mat
Notes
Notes:
svn path=/head/; revision=509065
-rw-r--r-- | security/bastillion/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/security/bastillion/Makefile b/security/bastillion/Makefile index 89939648c12d..ead0d6dc7fb7 100644 --- a/security/bastillion/Makefile +++ b/security/bastillion/Makefile @@ -1,13 +1,11 @@ # $FreeBSD$ PORTNAME= bastillion -PORTVERSION= 3.06.04 -DVERSION= 3.06_04 -DISTVERSIONPREFIX= v +DISTVERSIONPREFIX= jetty-v +DISTVERSION= 3.06_04 #PKGNAMESUFFIX= 0 CATEGORIES= security www java -MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${GH_TAGNAME}/ -DISTNAME= ${PORTNAME}-jetty-v${DVERSION} +MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${PORTVERSION}/ MAINTAINER= netchild@FreeBSD.org COMMENT= Web-based SSH console |