pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ntp4 Fixes PKGNAME, '-dev-' should not be there.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1661e1714e8
branches:  trunk
changeset: 631439:e1661e1714e8
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed Mar 05 12:35:09 2014 +0000

description:
Fixes PKGNAME, '-dev-' should not be there.

diffstat:

 net/ntp4/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r 05f600c5cd77 -r e1661e1714e8 net/ntp4/Makefile
--- a/net/ntp4/Makefile Wed Mar 05 12:24:43 2014 +0000
+++ b/net/ntp4/Makefile Wed Mar 05 12:35:09 2014 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.76 2014/02/12 23:18:24 tron Exp $
+# $NetBSD: Makefile,v 1.77 2014/03/05 12:35:09 obache Exp $
 #
 
 DISTNAME=      ntp-dev-4.2.7p410
+PKGNAME=       ${DISTNAME:S/-dev-/-/}
 PKGREVISION=   1
 CATEGORIES=    net time
 MASTER_SITES=  http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/



Home | Main Index | Thread Index | Old Index