mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Respect LOCALBASE/X11BASE
PR: 90232 Submitted by: Soeren Straarup <xride@x12.dk> (maintainer) Approved by: clement (mentor)
This commit is contained in:
parent
c558d4c3f2
commit
8b10c216cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150904
@ -15,7 +15,16 @@ COMMENT= A openmotif X psk31 client
|
||||
|
||||
USE_XPM= yes
|
||||
USE_MOTIF= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
MAN1= psk31.1
|
||||
|
||||
FILES_TO_PATCH= Makefile psk31.1 twpskHelp
|
||||
post-patch:
|
||||
.for file in ${FILES_TO_PATCH}
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|/usr/local|${LOCALBASE}|g;s|/usr/X11R6|${X11BASE}|g' \
|
||||
${WRKSRC}/${file}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user