aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOllivier Robert <roberto@FreeBSD.org>2024-02-11 19:34:25 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2024-02-11 19:45:22 +0000
commit447b15aed3ae7be62b3265ed2c28d863a6319d64 (patch)
tree1d4cbe4a116566a766d05d22640e88fc3dbffae2
parent8e6fa823134fb20c4e708cdb7f534f3aaf81ac0d (diff)
downloadports-447b15aed3ae7be62b3265ed2c28d863a6319d64.tar.gz
ports-447b15aed3ae7be62b3265ed2c28d863a6319d64.zip
security/calife: Update port Makefile
* Update Makefile to follow Porters Handbook * Update WWW entry * Add backup site to MASTER_SITES PR: 276567
-rw-r--r--security/calife/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/security/calife/Makefile b/security/calife/Makefile
index 09a14ed7b2ff..be6e18a8e091 100644
--- a/security/calife/Makefile
+++ b/security/calife/Makefile
@@ -1,21 +1,22 @@
PORTNAME= calife
-PORTVERSION= 3.0.6
+DISTVERSION= 3.0.6
PORTREVISION= 2
CATEGORIES= security
-MASTER_SITES= https://assets.keltia.net/calife/
+MASTER_SITES= https://assets.keltia.net/calife/ \
+ https://github.com/keltia/calife/releases/${DISTVERSION}/
MAINTAINER= roberto@FreeBSD.org
COMMENT= Lightweight alternative to sudo
-WWW= https://www.keltia.net/programs/calife
+WWW= https://keltia.net/programs/calife
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe tar:xz
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc
-
-CONFIGURE_ARGS+= --with-pam
+CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc \
+ --with-pam
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/calife ${STAGEDIR}${PREFIX}/bin/calife