diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2023-05-24 16:33:52 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2023-05-24 16:34:10 +0000 |
commit | 0619748960cb07bc181ffe4addf08bc47c4b79ec (patch) | |
tree | 601be351bb7e815328b49c824bd6b11711fe740a /net/libndp/Makefile | |
parent | a2b6dc12ad0c21be4690300b57cea959b7789290 (diff) | |
download | ports-0619748960cb07bc181ffe4addf08bc47c4b79ec.tar.gz ports-0619748960cb07bc181ffe4addf08bc47c4b79ec.zip |
*: regular cleanup for GH_TAGNAME bad usage
Diffstat (limited to 'net/libndp/Makefile')
-rw-r--r-- | net/libndp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/libndp/Makefile b/net/libndp/Makefile index b5a010672312..6ff0df340d4d 100644 --- a/net/libndp/Makefile +++ b/net/libndp/Makefile @@ -1,5 +1,6 @@ PORTNAME= libndp PORTVERSION= 1.8 +DISTVERSIONPREFIX= v CATEGORIES= net MAINTAINER= arrowd@FreeBSD.org @@ -16,6 +17,5 @@ USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= jpirko -GH_TAGNAME= v${PORTVERSION} .include <bsd.port.mk> |