summaryrefslogtreecommitdiff
path: root/x11/xloadimage/Makefile
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2001-07-24 01:09:12 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2001-07-24 01:09:12 +0000
commit07bb0f1215f2f9df6ade30f2f6ae30440ed2b2fb (patch)
treeb3c80db875b69e5b9cc6a6273c0ef589b6788f26 /x11/xloadimage/Makefile
parentUpdate to 4149, to track these latest worms. (diff)
Upgrade to version 4.1.9
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
Notes
Notes: svn path=/head/; revision=45417
Diffstat (limited to 'x11/xloadimage/Makefile')
-rw-r--r--x11/xloadimage/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/x11/xloadimage/Makefile b/x11/xloadimage/Makefile
index 6f79966fd043..0ddba37512c9 100644
--- a/x11/xloadimage/Makefile
+++ b/x11/xloadimage/Makefile
@@ -6,8 +6,8 @@
#
VERSION= 4.1
-REVISION= 6
-PORTREVISION= 1
+REVISION= 9
+PORTREVISION= 0
PORTNAME= xloadimage
PORTVERSION= ${VERSION}.${REVISION}
@@ -36,6 +36,10 @@ MLINKS= xloadimage.1 xsetbg.1 \
post-patch:
@chmod a+rx ${WRKSRC}/configure
+ @cd ${WRKSRC}; ${MV} xloadimage.man xloadimage.man.old; \
+ ${SED} -e s:/etc/X11/Xloadimage:${PREFIX}/etc/xloadimagerc: \
+ -e s:/usr/lib/xloadimagerc:${PREFIX}/etc/xloadimagerc: \
+ < xloadimage.man.old > xloadimage.man
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xloadimage ${PREFIX}/bin
@@ -49,4 +53,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/xloadimagerc \
${PREFIX}/share/examples/xloadimage/xloadimagerc
+post-install:
+ @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
+
.include <bsd.port.mk>