diff options
author | rodent <rodent@pkgsrc.org> | 2015-03-22 19:42:53 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2015-03-22 19:42:53 +0000 |
commit | 56b27f9854ad07f98931addfa6951d3feffc068a (patch) | |
tree | c8cbc03906a47449098a6dffb84598bd3a934161 /net | |
parent | 19b7100ccb3cf1d15d864cf48f5edbdb8c97669a (diff) | |
download | pkgsrc-56b27f9854ad07f98931addfa6951d3feffc068a.tar.gz |
Remove commented PKGREVISION. Remove DESTDIR=user-destdir, which is default
Diffstat (limited to 'net')
-rw-r--r-- | net/nagios-plugin-dnsrbl/Makefile | 5 | ||||
-rw-r--r-- | net/nagios-plugin-dotpid/Makefile | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/net/nagios-plugin-dnsrbl/Makefile b/net/nagios-plugin-dnsrbl/Makefile index ac25902dc98..d1a012b91a3 100644 --- a/net/nagios-plugin-dnsrbl/Makefile +++ b/net/nagios-plugin-dnsrbl/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2015/01/07 05:02:37 manu Exp $ +# $NetBSD: Makefile,v 1.2 2015/03/22 19:42:53 rodent Exp $ # PKGNAME= nagios-plugin-dnsrbl-${DISTNAME:C/.*-//} DISTNAME= check_dnsrbl-0.2 -#PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://ftp.espci.fr/pub/nagios-local/ EXTRACT_SUFX= .tgz @@ -13,8 +12,6 @@ HOMEPAGE= http://ftp.espci.fr/pub/nagios-local/ COMMENT= DNSRBL monitoring plugin for Nagios LICENSE= modified-bsd -PKG_DESTDIR_SUPPORT= user-destdir - INSTALLATION_DIRS+= libexec/nagios do-install: diff --git a/net/nagios-plugin-dotpid/Makefile b/net/nagios-plugin-dotpid/Makefile index 40590302205..1264762e414 100644 --- a/net/nagios-plugin-dotpid/Makefile +++ b/net/nagios-plugin-dotpid/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2015/03/19 09:46:22 manu Exp $ +# $NetBSD: Makefile,v 1.3 2015/03/22 19:44:28 rodent Exp $ # PKGNAME= nagios-plugin-dotpid-${DISTNAME:C/.*-//} DISTNAME= check_dotpid-0.3 -#PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://ftp.espci.fr/pub/nagios-local/ EXTRACT_SUFX= .tgz @@ -13,8 +12,6 @@ HOMEPAGE= http://ftp.espci.fr/pub/nagios-local/ COMMENT= /var/run/*.pid monitoring plugin for Nagios LICENSE= modified-bsd -PKG_DESTDIR_SUPPORT= user-destdir - INSTALLATION_DIRS+= libexec/nagios SPECIAL_PERMS+= ${PREFIX}/libexec/nagios/check_dotpid \ |