diff options
author | pin <pin@pkgsrc.org> | 2021-08-03 08:58:41 +0000 |
---|---|---|
committer | pin <pin@pkgsrc.org> | 2021-08-03 08:58:41 +0000 |
commit | 34b0a548a1e6a65ee7cb9506478bb5a2a2808bb2 (patch) | |
tree | 572768443e6cba35c46411843a05352ebc5d8236 /textproc/molybdenum | |
parent | 72250b8fbfb9ee2a914e5b5ff2f309c07ad2dd2f (diff) | |
download | pkgsrc-34b0a548a1e6a65ee7cb9506478bb5a2a2808bb2.tar.gz |
textproc/molybdenum: simplify Makefile
Diffstat (limited to 'textproc/molybdenum')
-rw-r--r-- | textproc/molybdenum/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/molybdenum/Makefile b/textproc/molybdenum/Makefile index 74a1b4dcfae..01355e808ec 100644 --- a/textproc/molybdenum/Makefile +++ b/textproc/molybdenum/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2021/06/11 20:33:13 pin Exp $ +# $NetBSD: Makefile,v 1.4 2021/08/03 08:58:41 pin Exp $ DISTNAME= molybdenum-0.1.5 CATEGORIES= textproc @@ -13,8 +13,6 @@ LICENSE= eupl-v1.1 .include "cargo-depends.mk" -USE_LANGUAGES= c - INSTALLATION_DIRS= bin do-install: |