diff options
author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2010-11-17 20:24:47 +0000 |
---|---|---|
committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2010-11-17 20:24:47 +0000 |
commit | bd1ebd0c68459f6fc8693f3811d47793d2787163 (patch) | |
tree | 67967680f0833558eb869059e8a715880d2ab0db /net | |
parent | 2458a625b99a965309cf2682b0c9832dd3f7a41f (diff) | |
download | freebsd-ports-bd1ebd0c68459f6fc8693f3811d47793d2787163.zip |
Add LATEST_LINK to fix conflict with net/ptpd2
Diffstat (limited to 'net')
-rw-r--r-- | net/ptpd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ptpd/Makefile b/net/ptpd/Makefile index 1a6bc444fd19..082366c17daf 100644 --- a/net/ptpd/Makefile +++ b/net/ptpd/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= SF MAINTAINER= gnn@FreeBSD.org COMMENT= An implementation of the precision time protocol IEEE 1588 +LATEST_LINK= ptpd1 + WRKSRC= ${WRKDIR}/ptpd-${DISTVERSION}/src PLIST_FILES= sbin/ptpd |