diff options
author | pin <pin@pkgsrc.org> | 2021-08-02 15:17:40 +0000 |
---|---|---|
committer | pin <pin@pkgsrc.org> | 2021-08-02 15:17:40 +0000 |
commit | b1e930c1b0741c0f874e7c8d4ac5fef47e38ad9f (patch) | |
tree | bc061ef6d1eff2760ccf23240a204a2204453609 /textproc/csview | |
parent | a7cdb0f6908b8876e3121eeb5d51574c7971e430 (diff) | |
download | pkgsrc-b1e930c1b0741c0f874e7c8d4ac5fef47e38ad9f.tar.gz |
textproc/csview: simplify Makefile
Diffstat (limited to 'textproc/csview')
-rw-r--r-- | textproc/csview/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/csview/Makefile b/textproc/csview/Makefile index 42d3b64d102..4be33941c24 100644 --- a/textproc/csview/Makefile +++ b/textproc/csview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2021/05/12 12:24:41 pin Exp $ +# $NetBSD: Makefile,v 1.2 2021/08/02 15:17:40 pin Exp $ DISTNAME= csview-0.3.8 CATEGORIES= textproc @@ -18,7 +18,6 @@ DISTFILES= ${DEFAULT_DISTFILES} DISTFILES+= prettytable-rs-${PRETTYTABLE-RS_REV}.tar.gz SITES.prettytable-rs-${PRETTYTABLE-RS_REV}.tar.gz+= -${MASTER_SITE_GITHUB:=wfxr/}prettytable-rs/archive/${PRETTYTABLE-RS_REV}.tar.gz -USE_LANGUAGES= c # Rust, but needs toolchain for linking USE_TOOLS+= pkg-config INSTALLATION_DIRS= bin |