View | Details | Raw Unified | Return to bug 19645 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 17-21 Link Here
17
USE_X_PREFIX=	yes
17
USE_X_PREFIX=	yes
18
ALL_TARGET=
18
ALL_TARGET=
19
MAN1=		xloadimage.1
19
MAN1=		xloadimage.1 uufilter.1
20
20
21
do-configure:
21
do-configure:
Lines 27-30 Link Here
27
	cd ${WRKSRC} && ${INSTALL_DATA} xloadimagerc ${PREFIX}/lib/X11/app-defaults/Xloadimage
27
	cd ${WRKSRC} && ${INSTALL_DATA} xloadimagerc ${PREFIX}/lib/X11/app-defaults/Xloadimage
28
	cd ${WRKSRC} && ${SED} -e s:/usr/lib/X11/Xloadimage:${PREFIX}/lib/X11/app-defaults/Xloadimage: < xloadimage.man >${PREFIX}/man/man1/xloadimage.1
28
	cd ${WRKSRC} && ${SED} -e s:/usr/lib/X11/Xloadimage:${PREFIX}/lib/X11/app-defaults/Xloadimage: < xloadimage.man >${PREFIX}/man/man1/xloadimage.1
29
	${INSTALL_MAN} ${WRKSRC}/uufilter.man ${PREFIX}/man/man1/uufilter.1
29
30
30
.include <bsd.port.mk>
31
.include <bsd.port.mk>

Return to bug 19645