diff options
author | pin <pin@pkgsrc.org> | 2021-08-05 08:44:17 +0000 |
---|---|---|
committer | pin <pin@pkgsrc.org> | 2021-08-05 08:44:17 +0000 |
commit | 29861ae82483a709eb0c1aff67e56c01f87407b6 (patch) | |
tree | f042d2424f60aa0d5c4f6fa70014fce02d027d31 /net/phetch | |
parent | 7cf9a1e64ca1e1280df32e22ae07df0e32fab6fa (diff) | |
download | pkgsrc-29861ae82483a709eb0c1aff67e56c01f87407b6.tar.gz |
net/phetch: simplify Makefile
Diffstat (limited to 'net/phetch')
-rw-r--r-- | net/phetch/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/phetch/Makefile b/net/phetch/Makefile index c1d1fb5cc3d..aaef1247eb8 100644 --- a/net/phetch/Makefile +++ b/net/phetch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2021/07/22 16:16:36 tnn Exp $ +# $NetBSD: Makefile,v 1.11 2021/08/05 08:44:17 pin Exp $ DISTNAME= phetch-1.1.0 CATEGORIES= net @@ -12,8 +12,6 @@ LICENSE= mit .include "cargo-depends.mk" -USE_LANGUAGES+= c # rust, but needs a toolchain to link - INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 MAKE_ENV+= OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q} |