mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
use ${MKDIR} rather than mkdirhier.
PR: 25689 Submitted by: Edwin Mons <edwinm@joshua.mons.net>
This commit is contained in:
parent
c3f5a6cdd4
commit
1f1b7cce63
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39678
@ -19,7 +19,7 @@ MANCOMPRESSED= yes
|
||||
USE_XLIB= yes
|
||||
|
||||
pre-install:
|
||||
@exec mkdirhier ${PREFIX}/share/xtrojka
|
||||
${MKDIR} ${PREFIX}/share/xtrojka
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/bin/xtrojka
|
||||
|
Loading…
Reference in New Issue
Block a user