diff options
-rw-r--r-- | net/ntp-devel/Makefile | 1 | ||||
-rw-r--r-- | net/ntp-stable/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile index f6c33e82334a..6a38990419f3 100644 --- a/net/ntp-devel/Makefile +++ b/net/ntp-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= ntp PORTVERSION= 4.2.0b.r1 +PORTREVISION= ${YEAR}${MONTH}${DAY} CATEGORIES= net ipv6 YEAR= 2006 MONTH= 03 diff --git a/net/ntp-stable/Makefile b/net/ntp-stable/Makefile index c734bbc43f0d..b874ff7fa88d 100644 --- a/net/ntp-stable/Makefile +++ b/net/ntp-stable/Makefile @@ -7,6 +7,7 @@ PORTNAME= ntp PORTVERSION= 4.2.0a +PORTREVISION= ${YEAR}${MONTH}${DAY} CATEGORIES= net ipv6 YEAR= 2006 MONTH= 02 |