mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Depending on all of XFree86 just for the mkdirhier(1) util was a
little excessive: do post-patch mkdirhier into mkdir -p instead.
This commit is contained in:
parent
064afd5dfa
commit
eb4ed9551e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29668
@ -14,13 +14,14 @@ MASTER_SITE_SUBDIR= devel/lang/assemblers
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= mkdirhier:${PORTSDIR}/x11/XFree86
|
||||
|
||||
MAN1= asl.1 p2bin.1 p2hex.1 pbind.1 plist.1
|
||||
|
||||
post-extract:
|
||||
${CP} ${FILESDIR}/Makefile.def ${WRKSRC}
|
||||
|
||||
post-patch:
|
||||
${PERL} -pi -e 's/mkdirhier/mkdir \-p/' ${WRKSRC}/install.sh
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${PREFIX}/share/doc/asl
|
||||
${INSTALL_DATA} ${WRKSRC}/doc_EN/* ${PREFIX}/share/doc/asl
|
||||
|
Loading…
Reference in New Issue
Block a user