summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorpgoyette <pgoyette@pkgsrc.org>2018-08-14 12:34:45 +0000
committerpgoyette <pgoyette@pkgsrc.org>2018-08-14 12:34:45 +0000
commit8f8eefbe3e2585fc774a5974225a23cca25eb755 (patch)
tree42fe169f8d00becdfe496f3357ea72bd45492178 /sysutils
parent4bc27f9f3aa4954a0022506f255de524bee9f4db (diff)
downloadpkgsrc-8f8eefbe3e2585fc774a5974225a23cca25eb755.tar.gz
Set myself as the maintainer.
Don't include lang/perl5/module.mk - we're not building a perl module, just building an application that uses perl.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/decode-dimms/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/decode-dimms/Makefile b/sysutils/decode-dimms/Makefile
index 679357b583d..1081b7dcc25 100644
--- a/sysutils/decode-dimms/Makefile
+++ b/sysutils/decode-dimms/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2018/07/25 05:40:15 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2018/08/14 12:34:45 pgoyette Exp $
# no Release yet
GIT_COMMIT= 84da8192c7c409f37c1906b60ef166c58aafc847
@@ -7,7 +7,7 @@ PKGNAME= decode-dimms-0.0.20181205
CATEGORIES= sysutils
MASTER_SITES= https://git.kernel.org/pub/scm/utils/i2c-tools/i2c-tools.git/snapshot/
-MAINTAINER= pkgsrc-users@NetBSD.org
+MAINTAINER= pgoyette@NetBSD.org
HOMEPAGE= https://git.kernel.org/pub/scm/utils/i2c-tools/
COMMENT= Decode memory DIMM SPD ROM info
LICENSE= gnu-gpl-v2
@@ -34,5 +34,4 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/eeprom/decode-dimms.1 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/decode-dimms.1
-.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"