mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
- Silence patching
- Drop @dirrm* from plist
This commit is contained in:
parent
b1e947bfd7
commit
a4f284aeb7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375178
@ -32,10 +32,10 @@ PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
${MKDIR} ${WRKSRC}/X11/Xaw3d
|
||||
cd ${WRKSRC}/X11/Xaw3d; ${LN} -sf ../../*.h .
|
||||
@${MKDIR} ${WRKSRC}/X11/Xaw3d
|
||||
@cd ${WRKSRC}/X11/Xaw3d; ${LN} -sf ../../*.h .
|
||||
.if ! ${PORT_OPTIONS:MNLS}
|
||||
${REINPLACE_CMD} -e '/LINTLIBS =/s/=.*/=/' \
|
||||
@${REINPLACE_CMD} -e '/LINTLIBS =/s/=.*/=/' \
|
||||
-e '/#ifdef XawI18nDefines/s//#if 0/' \
|
||||
${WRKSRC}/Imakefile
|
||||
.endif
|
||||
|
@ -80,5 +80,3 @@ include/X11/Xaw3d/Xaw3dP.h
|
||||
%%NLS%%include/X11/Xaw3d/XawImP.h
|
||||
include/X11/Xaw3d/XawInit.h
|
||||
%%PORTDOCS%%share/doc/Xaw3d/README.XAW3D
|
||||
@dirrm include/X11/Xaw3d
|
||||
%%PORTDOCS%%@dirrm share/doc/Xaw3d
|
||||
|
Loading…
Reference in New Issue
Block a user