mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Remove excessive LIB_DEPENDS and fix PREFIX/X11BASE usage
PR: 16038 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
This commit is contained in:
parent
cefd155650
commit
ae52ba8025
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24736
@ -13,13 +13,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DAEMONPIC}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
|
||||
gif.5:${PORTSDIR}/graphics/giflib \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
png.3:${PORTSDIR}/graphics/png \
|
||||
tiff.4:${PORTSDIR}/graphics/tiff \
|
||||
wraster.3:${PORTSDIR}/x11-wm/windowmaker \
|
||||
PropList.2:${PORTSDIR}/devel/libPropList
|
||||
LIB_DEPENDS= wraster.3:${PORTSDIR}/x11-wm/windowmaker
|
||||
BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake
|
||||
|
||||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
@ -42,7 +36,7 @@ MAN1= wdm.1 wdmLogin.1
|
||||
DAEMONPIC= daemon1-HQ-1280x960.jpg
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/doc/*.man
|
||||
@${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/doc/*.man
|
||||
|
||||
pre-configure:
|
||||
@(cd ${WRKSRC}; automake -a --include-deps)
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- doc/wdmLogin.man.orig Fri May 21 20:49:56 1999
|
||||
+++ doc/wdmLogin.man Fri May 21 20:50:09 1999
|
||||
+++ doc/wdmLogin.man Sat Jan 8 03:33:27 2000
|
||||
@@ -49,7 +49,7 @@
|
||||
to an image file (tiff, png, jpeg and xpm allowed) and it will be
|
||||
scaled to use the full screen.
|
||||
.SH FILES
|
||||
-\fBwdmLogin\fP can be customized by modifying \fI/etc/X11/wdm/wdm-config\fP.
|
||||
+\fBwdmLogin\fP can be customized by modifying \fI%%X11BASE%%/lib/X11/wdm/wdm-config\fP.
|
||||
+\fBwdmLogin\fP can be customized by modifying \fI%%PREFIX%%/lib/X11/wdm/wdm-config\fP.
|
||||
.SH SEE ALSO
|
||||
.BR wdm (1x)
|
||||
.SH AUTHOR
|
||||
|
Loading…
Reference in New Issue
Block a user