diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-22 05:47:52 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-22 05:47:52 +0000 |
commit | 152bf63cd8e49a792b4437390268f3c44d32c4a4 (patch) | |
tree | bf1cbb2de0c6a5877def48c44d29b71ca5f89ecd /security | |
parent | 9b10620125312aea47e79f8d013948c98a30b1cc (diff) | |
download | pkgsrc-152bf63cd8e49a792b4437390268f3c44d32c4a4.tar.gz |
security/dehydrated: remove nonexistent file from REPLACE_BASH
Diffstat (limited to 'security')
-rw-r--r-- | security/dehydrated/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/dehydrated/Makefile b/security/dehydrated/Makefile index f30e2c19e35..3179f5df966 100644 --- a/security/dehydrated/Makefile +++ b/security/dehydrated/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2019/08/20 21:50:56 nils Exp $ +# $NetBSD: Makefile,v 1.4 2020/05/22 05:47:52 rillig Exp $ DISTNAME= dehydrated-0.6.5 CATEGORIES= security @@ -15,7 +15,7 @@ GITHUB_TAG= v${PKGVERSION_NOREV} NO_BUILD= yes USE_TOOLS+= bash:run sed:run awk:run curl:run pax openssl -REPLACE_BASH= dehydrated test.sh docs/examples/hook.sh +REPLACE_BASH= dehydrated docs/examples/hook.sh PKG_SYSCONFSUBDIR= dehydrated EGDIR= ${PREFIX}/share/examples/dehydrated |