summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2001-07-27 02:36:26 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2001-07-27 02:36:26 +0000
commit37aeddeb41d975ee44cb403a21bba6c960ffecfb (patch)
tree88ae51e1fee6c6c1882ec6737426bf163b1d8286 /x11
parentRemove pre-install target - nothing is installed in ${PREFIX}/lib/calc/ (diff)
Add USE_XLIB.
Portlint.
Notes
Notes: svn path=/head/; revision=45520
Diffstat (limited to 'x11')
-rw-r--r--x11/xloadimage/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/xloadimage/Makefile b/x11/xloadimage/Makefile
index 0ddba37512c9..43b5d70669c5 100644
--- a/x11/xloadimage/Makefile
+++ b/x11/xloadimage/Makefile
@@ -22,6 +22,7 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= jmz@FreeBSD.org
+USE_XLIB= yes
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.4:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff
@@ -44,12 +45,12 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xloadimage ${PREFIX}/bin
@cd ${PREFIX}/bin && \
- ln -sf xloadimage xsetbg && \
- ln -sf xloadimage xview
+ ${LN} -sf xloadimage xsetbg && \
+ ${LN} -sf xloadimage xview
${INSTALL_PROGRAM} ${WRKSRC}/uufilter ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xloadimage.man ${PREFIX}/man/man1/xloadimage.1
${INSTALL_MAN} ${WRKSRC}/uufilter.man ${PREFIX}/man/man1/uufilter.1
- mkdir -p ${PREFIX}/share/examples/xloadimage
+ ${MKDIR} ${PREFIX}/share/examples/xloadimage
${INSTALL_DATA} ${WRKSRC}/xloadimagerc \
${PREFIX}/share/examples/xloadimage/xloadimagerc