aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2020-12-11 13:12:50 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2020-12-11 13:12:50 +0000
commit7d99407e2d1ef302b598d538b67c2a1a23f26e55 (patch)
tree7e3a23e07ea74c84180ee1bcfa55a2fd2690f645
parentc3a927608a90f22b0db98c5a9fd8df6748a70805 (diff)
downloadports-7d99407e2d1ef302b598d538b67c2a1a23f26e55.tar.gz
ports-7d99407e2d1ef302b598d538b67c2a1a23f26e55.zip
MFH: r557733
Fix stage-qa issue by setting PKGNAMEPREFIX PR: 251734 Submitted by: lbartoletti
Notes
Notes: svn path=/branches/2020Q4/; revision=557734
-rw-r--r--graphics/qtqr/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/qtqr/Makefile b/graphics/qtqr/Makefile
index 7bd137573980..55e1ccf0184d 100644
--- a/graphics/qtqr/Makefile
+++ b/graphics/qtqr/Makefile
@@ -3,9 +3,10 @@
PORTNAME= qtqr
DISTVERSION= 2.0.bzr39
-PORTREVISION= 1
+PORTREVISION= 3
CATEGORIES= graphics python
MASTER_SITES= LOCAL/ehaupt
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= qr-tools-${DISTVERSION}
MAINTAINER= ehaupt@FreeBSD.org