diff options
author | obache <obache@pkgsrc.org> | 2014-03-05 12:35:09 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-03-05 12:35:09 +0000 |
commit | babe07b7a6c12462e3febf006d7b3b51a879a357 (patch) | |
tree | 1f932282196e85d3dbf975e809d1546adb6aa355 /net | |
parent | 57b1d159ba76e7d5c28e18e193d649eace56d8e3 (diff) | |
download | pkgsrc-babe07b7a6c12462e3febf006d7b3b51a879a357.tar.gz |
Fixes PKGNAME, '-dev-' should not be there.
Diffstat (limited to 'net')
-rw-r--r-- | net/ntp4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ntp4/Makefile b/net/ntp4/Makefile index 18b6c1d896e..b2bdbb16129 100644 --- a/net/ntp4/Makefile +++ b/net/ntp4/Makefile @@ -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/ |