diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-10-18 12:52:29 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-10-18 12:52:29 +0000 |
commit | b7142626a0dbea361a77446c8b0ce17e396fa703 (patch) | |
tree | f0686ca27707e4b9ea3e3c937c91091240dcd98a /graphics | |
parent | 3604d77c578f34cfd78254869ecc429f4bcc6031 (diff) | |
download | freebsd-ports-b7142626a0dbea361a77446c8b0ce17e396fa703.zip |
Remove hyphen from PKGNAMESUFFIX: originally Makefile was copied from an
`x11/nvidia-driver' slave port where it makes sense because dashed number
is actually a major version. Here this suffix is "dedotted" full version
and used purely to give the package unique name. This logic follows our
existing `multimedia/ffmpeg0' and `devel/subversion*' ports, for example.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/luxrender14/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/luxrender14/Makefile b/graphics/luxrender14/Makefile index b1ca53a8575b..6f1b5c019f1f 100644 --- a/graphics/luxrender14/Makefile +++ b/graphics/luxrender14/Makefile @@ -7,7 +7,7 @@ LUX_REV= dfd211d6faa0 LUXRAYS_REV= 7c7127ee1fa4 MASTERDIR= ${.CURDIR}/../luxrender -PKGNAMESUFFIX= -14 +PKGNAMESUFFIX= 14 DISTINFO_FILE= ${.CURDIR}/distinfo PATCHDIR= ${.CURDIR}/files |