Use DISTNAME in two cases instead of replicating its definition.
That'll also ease maintenance going forward.
This commit is contained in:
parent
4a55193ee6
commit
84a6ef1056
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520775
@ -21,11 +21,11 @@ CONFLICTS_INSTALL= wine-gecko-[0-9]*
|
||||
NO_BUILD= yes
|
||||
PLIST_SUB+= GECKO_VERSION="${DISTVERSION}"
|
||||
DATADIR= ${PREFIX}/share/wine
|
||||
PLIST_FILES= ${DATADIR}/gecko/wine_gecko-${DISTVERSION}-x86.msi
|
||||
PLIST_FILES= ${DATADIR}/gecko/${DISTNAME}.msi
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}/gecko
|
||||
${INSTALL_DATA} ${DISTDIR}/wine_gecko-${DISTVERSION}-x86.msi \
|
||||
${INSTALL_DATA} ${DISTDIR}/${DISTNAME}.msi \
|
||||
${STAGEDIR}${DATADIR}/gecko
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1466965350
|
||||
TIMESTAMP = 1577164851
|
||||
SHA256 (wine_gecko-2.47-x86.msi) = 3b8a361f5d63952d21caafd74e849a774994822fb96c5922b01d554f1677643a
|
||||
SIZE (wine_gecko-2.47-x86.msi) = 49266176
|
||||
|
Loading…
Reference in New Issue
Block a user