summaryrefslogtreecommitdiff
path: root/x11/xloadimage/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-07-03 08:25:56 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-07-03 08:25:56 +0000
commit1e5409c41b5a79a6f59a3e385ea854740707cbcf (patch)
tree10f434aaa84eda32c7fff9366fbbefe12969aaa8 /x11/xloadimage/Makefile
parentNew port of smapi - a Squish MSGAPI which can be used to access Squish format (diff)
Respect CC, CFLAGS and install missed manpage.
PR: 19645 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
Notes
Notes: svn path=/head/; revision=30121
Diffstat (limited to 'x11/xloadimage/Makefile')
-rw-r--r--x11/xloadimage/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xloadimage/Makefile b/x11/xloadimage/Makefile
index 73d340862e5e..7f71181bfc92 100644
--- a/x11/xloadimage/Makefile
+++ b/x11/xloadimage/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= jmz@FreeBSD.org
USE_X_PREFIX= yes
ALL_TARGET=
-MAN1= xloadimage.1
+MAN1= xloadimage.1 uufilter.1
do-configure:
cd ${WRKSRC} && ${MAKE} configure </dev/null
@@ -26,5 +26,6 @@ do-install:
cd ${WRKSRC} && ${INSTALL_PROGRAM} xloadimage uufilter ${PREFIX}/bin
cd ${WRKSRC} && ${INSTALL_DATA} xloadimagerc ${PREFIX}/lib/X11/app-defaults/Xloadimage
cd ${WRKSRC} && ${SED} -e s:/usr/lib/X11/Xloadimage:${PREFIX}/lib/X11/app-defaults/Xloadimage: < xloadimage.man >${PREFIX}/man/man1/xloadimage.1
+ ${INSTALL_MAN} ${WRKSRC}/uufilter.man ${PREFIX}/man/man1/uufilter.1
.include <bsd.port.mk>