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:
parent
5c1325ff70
commit
118282c099
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=533267
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user