1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

textproc/sdocbook-xml: Cosmetic change

This commit is contained in:
Po-Chuan Hsieh 2022-03-31 06:04:01 +08:00
parent 46f04f3e53
commit 63c42decf1
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -25,15 +25,16 @@ NO_BUILD= yes
NO_MTREE= yes
NO_WRKSUBDIR= yes
DOCSDIR= ${PREFIX}/share/doc/sdocbook-xml/${PORTVERSION}
PLIST_SUB= DTDDIR=${DTDDIR}
SUB_FILES= ${CATALOG_FILES}
SUB_LIST= DTDDIR=${PREFIX}/${DTDDIR}
CATALOG_FILES= catalog catalog.xml
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}/${PORTVERSION}
DTD_NAME= sdocbook
DTD_VERSION= ${PORTVERSION}
DTD_SUBDIR= /dtd
DTDDIR= share/xml/${DTD_NAME}/${DTD_VERSION}${DTD_SUBDIR}
PLIST_SUB+= DTDDIR=${DTDDIR}
SUB_FILES= ${CATALOG_FILES}
SUB_LIST+= DTDDIR=${PREFIX}/${DTDDIR}
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/${DTDDIR}