aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSteven Kreuzer <skreuzer@FreeBSD.org>2013-11-17 16:03:23 +0000
committerSteven Kreuzer <skreuzer@FreeBSD.org>2013-11-17 16:03:23 +0000
commit4dd88d3b661fd3d93539c3f2eb70a56e79902143 (patch)
treeba3b8695b03741e1ad04a03f581a75211254ab18 /net
parente4ddf9d19c666e3b177d502ddbc9717dcd26d289 (diff)
Notes
Diffstat (limited to 'net')
-rw-r--r--net/ptpd2-devel/Makefile4
-rw-r--r--net/ptpd2/Makefile3
2 files changed, 4 insertions, 3 deletions
diff --git a/net/ptpd2-devel/Makefile b/net/ptpd2-devel/Makefile
index 262dd45fe057..57e7fb0b411b 100644
--- a/net/ptpd2-devel/Makefile
+++ b/net/ptpd2-devel/Makefile
@@ -5,6 +5,7 @@ PORTNAME= ptpd
DISTVERSION= 2-RC-0
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}/$(PORTNAME)/2-RC/
+PKGNAMESUFFIX= 2-devel
MAINTAINER= gnn@FreeBSD.org
COMMENT= Release candidate for the precision time protocol IEEE 1588-2008
@@ -13,8 +14,7 @@ LICENSE= BSD
WRKSRC= ${WRKDIR}/ptpd-${DISTVERSION}/src
-CONFLICTS= ptpd-2.[0-9].*
-LATEST_LINK= ptpd2-devel
+CONFLICTS= ptpd2-2.[0-9].*
PLIST_FILES= sbin/ptpd2
PORTDOCS= *
diff --git a/net/ptpd2/Makefile b/net/ptpd2/Makefile
index c1b50aa55636..2a5f43f70c06 100644
--- a/net/ptpd2/Makefile
+++ b/net/ptpd2/Makefile
@@ -6,13 +6,14 @@ DISTVERSION= 2.2.2
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= SF
+PKGNAMESUFFIX= 2
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Implementation of the precision time protocol IEEE 1588-2008
LICENSE= BSD
-CONFLICTS= ptpd-2.r.*
+CONFLICTS= ptpd2-devel.*
WRKSRC= ${WRKDIR}/ptpd-${DISTVERSION}/src