diff options
author | tijl <tijl@FreeBSD.org> | 2019-06-08 21:13:29 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2019-06-08 21:13:29 +0800 |
commit | 8ef6e7301bbbeb391eff09613195840e1059eed8 (patch) | |
tree | a63245c54661cd01fbdf5617c8baaf5d49aa12c6 /audio/linux-c7-libogg | |
parent | 4a7f1e0cff815bf4ff0adc26d121859b830cdb0e (diff) | |
download | freebsd-ports-gnome-8ef6e7301bbbeb391eff09613195840e1059eed8.tar.gz freebsd-ports-gnome-8ef6e7301bbbeb391eff09613195840e1059eed8.tar.zst freebsd-ports-gnome-8ef6e7301bbbeb391eff09613195840e1059eed8.zip |
Eliminate RPMVERSION from Linux ports and set DISTVERSIONSUFFIX instead.
This puts all version information together in the port Makefiles.
Diffstat (limited to 'audio/linux-c7-libogg')
-rw-r--r-- | audio/linux-c7-libogg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/linux-c7-libogg/Makefile b/audio/linux-c7-libogg/Makefile index b091aeab1046..9777c124c353 100644 --- a/audio/linux-c7-libogg/Makefile +++ b/audio/linux-c7-libogg/Makefile @@ -3,6 +3,7 @@ PORTNAME= libogg PORTVERSION= 1.3.0 +DISTVERSIONSUFFIX= -7.el7 PORTREVISION= 1 CATEGORIES= audio linux @@ -12,7 +13,6 @@ COMMENT= Ogg bitstream library (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-c6-${PORTNAME}-[0-9]* DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -RPMVERSION= 7.el7 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX_RPM= yes |