diff options
author | adam <adam@pkgsrc.org> | 2018-02-08 16:44:11 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-02-08 16:44:11 +0000 |
commit | 3f6f2c4513b51c9429fa01f39d34620f8b39dff9 (patch) | |
tree | 7a17ac29e57c8e4433356eae589c4f54425349a8 | |
parent | 7f44e833083b14725eae1703f484c8b906c56125 (diff) | |
download | pkgsrc-3f6f2c4513b51c9429fa01f39d34620f8b39dff9.tar.gz |
Removed unused line
-rw-r--r-- | archivers/py-lhafile/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/archivers/py-lhafile/Makefile b/archivers/py-lhafile/Makefile index 2781cd14cc2..072275c273c 100644 --- a/archivers/py-lhafile/Makefile +++ b/archivers/py-lhafile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2018/02/08 16:38:43 adam Exp $ +# $NetBSD: Makefile,v 1.4 2018/02/08 16:44:11 adam Exp $ DISTNAME= lhafile-0.2.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,5 @@ HOMEPAGE= https://github.com/FrodeSolheim/python-lhafile COMMENT= LHA(.lzh) file extract interface LICENSE= modified-bsd -PYDISTUTILSPKG= yes - .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" |