Remove trailing slash to pass make check-plist
This commit is contained in:
parent
17d1aba6e4
commit
96dbe5fe35
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366020
3 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig
|
|||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
FONTSDIR= lib/X11/fonts/${PORTNAME}/
|
||||
FONTSDIR= lib/X11/fonts/${PORTNAME}
|
||||
PLIST_SUB+= FONTSDIR=${FONTSDIR}
|
||||
|
||||
do-install:
|
||||
|
|
|
@ -15,7 +15,7 @@ RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig
|
|||
USES= zip
|
||||
NO_BUILD= yes
|
||||
|
||||
FONTSDIR= lib/X11/fonts/Khmer/
|
||||
FONTSDIR= lib/X11/fonts/Khmer
|
||||
PLIST_SUB+= FONTSDIR=${FONTSDIR}
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -15,7 +15,7 @@ RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig
|
|||
USES= zip
|
||||
NO_BUILD= yes
|
||||
|
||||
FONTSDIR= lib/X11/fonts/Khmer/
|
||||
FONTSDIR= lib/X11/fonts/Khmer
|
||||
PLIST_SUB+= FONTSDIR=${FONTSDIR}
|
||||
|
||||
WRKSRC= ${WRKDIR}/Opentype\ only\ fonts
|
||||
|
|
Loading…
Reference in a new issue