1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

emulators/i386-wine-devel: Simplify PLIST variables

Remove *DEVEL PLIST variables as they are now meaningless.

Approved by:	tcberner (co-mentor)
Differential Revision:	https://reviews.freebsd.org/D24607
This commit is contained in:
Lorenzo Salvadore 2020-04-28 21:05:33 +00:00
parent 5c1325ff70
commit 118282c099
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=533267

View File

@ -26,16 +26,8 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
.if ${OSREL:C/\..*//} == ${osrel}
PLIST_SUB+= OSREL${osrel}=""
PLIST_SUB+= NOOSREL${osrel}="@comment "
.if ${PKGNAMESUFFIX} == -devel
PLIST_SUB+= DEVEL=""
PLIST_SUB+= OSREL${osrel}-DEVEL=""
.else
PLIST_SUB+= DEVEL="@comment "
PLIST_SUB+= OSREL${osrel}-DEVEL="@comment "
.endif
.else
PLIST_SUB+= OSREL${osrel}="@comment "
PLIST_SUB+= OSREL${osrel}-DEVEL="@comment "
PLIST_SUB+= NOOSREL${osrel}=""
.endif
.endfor