diff options
author | brd <brd@FreeBSD.org> | 2016-07-08 02:31:17 +0800 |
---|---|---|
committer | brd <brd@FreeBSD.org> | 2016-07-08 02:31:17 +0800 |
commit | 5a3ea1f9891629a8fe49379e2df3624d1878a69e (patch) | |
tree | 39eb7fa28f6247a66f982c142de40d39fadfa039 /misc | |
parent | 980591e3d26dc255f47e520e20eef85acfe51609 (diff) | |
download | freebsd-ports-gnome-5a3ea1f9891629a8fe49379e2df3624d1878a69e.tar.gz freebsd-ports-gnome-5a3ea1f9891629a8fe49379e2df3624d1878a69e.tar.zst freebsd-ports-gnome-5a3ea1f9891629a8fe49379e2df3624d1878a69e.zip |
Set PORTREVISION properly.
Approved by: bdrewery (mentor)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/raspbsd-led/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/raspbsd-led/Makefile b/misc/raspbsd-led/Makefile index b6568902fc38..266a8f46f10b 100644 --- a/misc/raspbsd-led/Makefile +++ b/misc/raspbsd-led/Makefile @@ -1,7 +1,8 @@ # $FreeBSD$ PORTNAME= raspbsd-led -PORTVERSION= 0.2_1 +PORTVERSION= 0.2 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= misc |