mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Add another s/PORTDOCS/MYPORTDOCS/
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
This commit is contained in:
parent
f17f4c2256
commit
9807675cca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93305
@ -29,7 +29,7 @@ MKFONTDIR_CMD= ${PREFIX}/bin/mkfontdir
|
||||
FONTSDIR= lib/X11/fonts/local
|
||||
INSTALLDIR= ${PREFIX}/${FONTSDIR}
|
||||
DOCDIR= ${PREFIX}/share/doc/elisa
|
||||
PORTDOCS= elisa100.doc elisat10.doc elisat10.html
|
||||
MYPORTDOCS= elisa100.doc elisat10.doc elisat10.html
|
||||
PLIST_SUB= FONTSDIR=${FONTSDIR}
|
||||
|
||||
do-build:
|
||||
@ -56,7 +56,7 @@ post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCDIR}
|
||||
@(cd ${WRKSRC} ;\
|
||||
${INSTALL_DATA} ${PORTDOCS} ${DOCDIR} ;\
|
||||
${INSTALL_DATA} ${MYPORTDOCS} ${DOCDIR} ;\
|
||||
)
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user