aboutsummaryrefslogtreecommitdiff
path: root/emulators/linux-power9-functional-sim
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 /emulators/linux-power9-functional-sim
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 'emulators/linux-power9-functional-sim')
-rw-r--r--emulators/linux-power9-functional-sim/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/linux-power9-functional-sim/Makefile b/emulators/linux-power9-functional-sim/Makefile
index 2a199367850b..671a08954700 100644
--- a/emulators/linux-power9-functional-sim/Makefile
+++ b/emulators/linux-power9-functional-sim/Makefile
@@ -3,6 +3,7 @@
PORTNAME= power9-functional-sim
PORTVERSION= 1.1
+DISTVERSIONSUFFIX= -0.el7
CATEGORIES= emulators linux
MASTER_SITES= http://public.dhe.ibm.com/software/server/powerfuncsim/p9/packages/v1.1-0/
@@ -23,7 +24,5 @@ USE_LINUX_RPM= nolib
BIN_DISTNAMES= systemsim-p9-${DISTVERSION}${DISTVERSIONSUFFIX}
SRC_DISTFILES=
-LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX}
-RPMVERSION= 0.el7
.include <bsd.port.mk>