pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net Remove commented PKGREVISION. Remove DESTDIR=user-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/35a28c1b768b
branches:  trunk
changeset: 648897:35a28c1b768b
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Sun Mar 22 19:42:53 2015 +0000

description:
Remove commented PKGREVISION. Remove DESTDIR=user-destdir, which is default

diffstat:

 net/nagios-plugin-dnsrbl/Makefile |  5 +----
 net/nagios-plugin-dotpid/Makefile |  5 +----
 2 files changed, 2 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 650f1f72e5a9 -r 35a28c1b768b net/nagios-plugin-dnsrbl/Makefile
--- a/net/nagios-plugin-dnsrbl/Makefile Sun Mar 22 19:38:12 2015 +0000
+++ b/net/nagios-plugin-dnsrbl/Makefile Sun Mar 22 19:42:53 2015 +0000
@@ -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 @@
 COMMENT=       DNSRBL monitoring plugin for Nagios
 LICENSE=       modified-bsd
 
-PKG_DESTDIR_SUPPORT=   user-destdir
-
 INSTALLATION_DIRS+= libexec/nagios
 
 do-install:
diff -r 650f1f72e5a9 -r 35a28c1b768b net/nagios-plugin-dotpid/Makefile
--- a/net/nagios-plugin-dotpid/Makefile Sun Mar 22 19:38:12 2015 +0000
+++ b/net/nagios-plugin-dotpid/Makefile Sun Mar 22 19:42:53 2015 +0000
@@ -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 @@
 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 \



Home | Main Index | Thread Index | Old Index