aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Palmen <zirias@FreeBSD.org>2023-02-24 09:18:09 +0000
committerFelix Palmen <zirias@FreeBSD.org>2023-02-24 09:19:29 +0000
commit90bac03a2eef13458258f034ea421e572114c12b (patch)
tree009aeed800b9f97114c5e3af93de8031f6a78cba
parent541a8dad3c4f929c0b47e209bc8961d757367b20 (diff)
downloadports-90bac03a2eef13458258f034ea421e572114c12b.tar.gz
ports-90bac03a2eef13458258f034ea421e572114c12b.zip
sysutils/debootstrap: Fix PORTVERSION
PORTVERSION may not contain '-', use 'n' instead to include nmu number from debian. Approved by: tcberner (mentor) Pointy-Hat: zirias
-rw-r--r--sysutils/debootstrap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/debootstrap/Makefile b/sysutils/debootstrap/Makefile
index fdb808e04908..47dcc65a4b85 100644
--- a/sysutils/debootstrap/Makefile
+++ b/sysutils/debootstrap/Makefile
@@ -1,5 +1,5 @@
PORTNAME= debootstrap
-PORTVERSION= ${DEB_VERSION}-${DEB_NMU}
+PORTVERSION= ${DEB_VERSION}n${DEB_NMU}
CATEGORIES= sysutils
MASTER_SITES= DEBIAN
DISTNAME= ${PORTNAME}_${DEB_VERSION}+nmu${DEB_NMU}