diff options
| author | Gerald Pfeifer <gerald@FreeBSD.org> | 2025-11-01 10:34:01 +0000 |
|---|---|---|
| committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2025-11-01 10:34:01 +0000 |
| commit | ef49082280cbcc90e2789d5ba8297fcb34b5632d (patch) | |
| tree | 122b79dc89a186eca6bdb8391aa61efc45b277a2 | |
| parent | d7e3dafa66cf79c7299da2428b43242559799838 (diff) | |
emulators/wine-gecko-devel: Use DISTVERSIONSUFFIX
PR: 290706
| -rw-r--r-- | emulators/wine-gecko-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/wine-gecko-devel/Makefile b/emulators/wine-gecko-devel/Makefile index 8bce71815f82..5abee52c5833 100644 --- a/emulators/wine-gecko-devel/Makefile +++ b/emulators/wine-gecko-devel/Makefile @@ -1,9 +1,9 @@ PORTNAME= wine-gecko DISTVERSION= 2.47.4 +DISTVERSIONSUFFIX=-x86 CATEGORIES= emulators MASTER_SITES= http://dl.winehq.org/wine/wine-gecko/${DISTVERSION}/ PKGNAMESUFFIX= -devel -DISTNAME= wine-gecko-${DISTVERSION}-x86 EXTRACT_SUFX= .msi EXTRACT_ONLY= |
