aboutsummaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2019-06-08 13:13:29 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2019-06-08 13:13:29 +0000
commit5b721b6172f0b02b0d3421aa9e919fb500e789dc (patch)
treea63245c54661cd01fbdf5617c8baaf5d49aa12c6 /accessibility
parent993f024255eacf1896ff8dfc00fd3e333097b5f8 (diff)
downloadports-5b721b6172f0b02b0d3421aa9e919fb500e789dc.tar.gz
ports-5b721b6172f0b02b0d3421aa9e919fb500e789dc.zip
Eliminate RPMVERSION from Linux ports and set DISTVERSIONSUFFIX instead.
This puts all version information together in the port Makefiles.
Notes
Notes: svn path=/head/; revision=503726
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/linux-c6-atk/Makefile2
-rw-r--r--accessibility/linux-c7-atk/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/linux-c6-atk/Makefile b/accessibility/linux-c6-atk/Makefile
index 08ac6940dddd..fa95cf2501a9 100644
--- a/accessibility/linux-c6-atk/Makefile
+++ b/accessibility/linux-c6-atk/Makefile
@@ -3,6 +3,7 @@
PORTNAME= atk
PORTVERSION= 1.30.0
+DISTVERSIONSUFFIX= -1.el6
PORTREVISION= 2
CATEGORIES= accessibility linux
@@ -12,7 +13,6 @@ COMMENT= Accessibility Toolkit (Linux CentOS ${LINUX_DIST_VER})
LICENSE= GPLv3
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
-RPMVERSION= 1.el6
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
diff --git a/accessibility/linux-c7-atk/Makefile b/accessibility/linux-c7-atk/Makefile
index e24b16a7cf13..d7abdee1c715 100644
--- a/accessibility/linux-c7-atk/Makefile
+++ b/accessibility/linux-c7-atk/Makefile
@@ -3,6 +3,7 @@
PORTNAME= atk
PORTVERSION= 2.28.1
+DISTVERSIONSUFFIX= -1.el7
CATEGORIES= accessibility linux
MAINTAINER= emulation@FreeBSD.org
@@ -13,7 +14,6 @@ LICENSE= GPLv3
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
-RPMVERSION= 1.el7
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes