aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xloadimage/Makefile
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>2001-07-24 09:09:12 +0800
committerjmz <jmz@FreeBSD.org>2001-07-24 09:09:12 +0800
commit6eef4bc0855e992f8f978531607f1d4d8323caa7 (patch)
tree7c0ca7d0a1ebf424a4a66150e3ffe7fd8213816f /x11/xloadimage/Makefile
parentfdf09fd02a2cf952b9a113c43e84e875e0abf449 (diff)
downloadfreebsd-ports-gnome-6eef4bc0855e992f8f978531607f1d4d8323caa7.tar.gz
freebsd-ports-gnome-6eef4bc0855e992f8f978531607f1d4d8323caa7.tar.zst
freebsd-ports-gnome-6eef4bc0855e992f8f978531607f1d4d8323caa7.zip
Upgrade to version 4.1.9
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
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>