mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
devel/icu: Revert unrelated changes in previous commit
Remove unrelated and undocumented changes made in commit
312c3df64b
Approved by: portmgr (blanket)
This commit is contained in:
parent
2da78cfc10
commit
34b444edf6
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ WRKSRC= ${WRKDIR}/icu/source
|
|||
ICUMAJOR= ${PORTVERSION:C/\..*//}
|
||||
PLIST_SUB+= ICUMAJOR=${ICUMAJOR} ICUVER=${PORTVERSION:C/r.?/1/}
|
||||
|
||||
.if !defined(PKGNAMESUFFIX)
|
||||
.ifndef PKGNAMESUFFIX
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/g* \
|
||||
${STAGEDIR}${PREFIX}/bin/*conv \
|
||||
|
@ -47,6 +47,6 @@ post-install:
|
|||
# Filename varies by endianness: icudt<major>b.dat vs. icudt<major>l.dat
|
||||
@(cd ${STAGEDIR}${PREFIX} && ${ECHO_CMD} \
|
||||
${DATADIR_REL}/${PORTVERSION:C/r.?/1/}/icudt*.dat >>${TMPPLIST})
|
||||
.endif # !defined(PKGNAMESUFFIX)
|
||||
.endif # PKGNAMESUFFIX
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue