diff options
author | pin <pin@pkgsrc.org> | 2021-08-03 08:59:43 +0000 |
---|---|---|
committer | pin <pin@pkgsrc.org> | 2021-08-03 08:59:43 +0000 |
commit | 525624655c9057c00d69cbd3656024f53055ea15 (patch) | |
tree | e6ba4a70980d2897272ae294adc72e7108386dbf /textproc | |
parent | 34b0a548a1e6a65ee7cb9506478bb5a2a2808bb2 (diff) | |
download | pkgsrc-525624655c9057c00d69cbd3656024f53055ea15.tar.gz |
textproc/prose: simplify Makefile
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/prose/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/prose/Makefile b/textproc/prose/Makefile index 1a383a5ec5a..cc43aa2d003 100644 --- a/textproc/prose/Makefile +++ b/textproc/prose/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2021/07/05 09:13:56 pin Exp $ +# $NetBSD: Makefile,v 1.2 2021/08/03 08:59:43 pin Exp $ DISTNAME= prose-0.3.1 CATEGORIES= textproc @@ -12,8 +12,6 @@ LICENSE= mit OR apache-2.0 .include "cargo-depends.mk" -USE_LANGUAGES+= c - INSTALLATION_DIRS= bin do-install: |