diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2019-06-08 13:13:29 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2019-06-08 13:13:29 +0000 |
commit | 5b721b6172f0b02b0d3421aa9e919fb500e789dc (patch) | |
tree | a63245c54661cd01fbdf5617c8baaf5d49aa12c6 /graphics/linux-c7-wayland | |
parent | 993f024255eacf1896ff8dfc00fd3e333097b5f8 (diff) | |
download | freebsd-ports-5b721b6172f0b02b0d3421aa9e919fb500e789dc.zip |
Eliminate RPMVERSION from Linux ports and set DISTVERSIONSUFFIX instead.
This puts all version information together in the port Makefiles.
Diffstat (limited to 'graphics/linux-c7-wayland')
-rw-r--r-- | graphics/linux-c7-wayland/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/linux-c7-wayland/Makefile b/graphics/linux-c7-wayland/Makefile index 90112ffea231..47f48f21519d 100644 --- a/graphics/linux-c7-wayland/Makefile +++ b/graphics/linux-c7-wayland/Makefile @@ -2,6 +2,7 @@ PORTNAME= wayland PORTVERSION= 1.15.0 +DISTVERSIONSUFFIX= -1.el7 CATEGORIES= graphics linux LIB_DISTNAMES= libwayland-client-${DISTVERSIONFULL} \ libwayland-cursor-${DISTVERSIONFULL} \ @@ -12,7 +13,6 @@ MAINTAINER= emulation@FreeBSD.org COMMENT= Wayland compositor libraries (Linux CentOS ${LINUX_DIST_VER}) DESCR= ${.CURDIR}/../wayland/pkg-descr -RPMVERSION= 1.el7 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX_RPM= yes |