aboutsummaryrefslogtreecommitdiff
path: root/www/plugger
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-22 07:57:36 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-22 07:57:36 +0000
commitdaaeabeaad19ffd800cfb551a65faa50c0847f4d (patch)
tree61bad95ca26fab2061693543acbd5894c421d4d3 /www/plugger
parent14f34f5b499f6ee1d9bbb97ab32ed16d70351c76 (diff)
downloadports-daaeabeaad19ffd800cfb551a65faa50c0847f4d.tar.gz
ports-daaeabeaad19ffd800cfb551a65faa50c0847f4d.zip
* Fix compatibility with the new OpenOffice 1.1 wrapper scripts
* Make X11BASE-safe PR: 63206 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=101699
Diffstat (limited to 'www/plugger')
-rw-r--r--www/plugger/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/www/plugger/Makefile b/www/plugger/Makefile
index 984710e4b822..bb0df54cccb1 100644
--- a/www/plugger/Makefile
+++ b/www/plugger/Makefile
@@ -7,7 +7,7 @@
PORTNAME= plugger
PORTVERSION= 5.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www audio graphics multimedia
MASTER_SITES= http://fredrik.hubbe.net/plugger/
@@ -30,6 +30,15 @@ post-patch:
-e 's|LD=gcc|LD=${CC}|g' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|/usr/X11R6/|${X11BASE}|g' \
${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e 's|oowriter|openoffice-1.1-swriter|g' \
+ -e 's|oocalc|openoffice-1.1-scalc|g' \
+ -e 's|ooimpress|openoffice-1.1-simpress|g' \
+ -e 's|oodraw|openoffice-1.1-sdraw|g' \
+ -e 's|oomath|openoffice-1.1-smath|g' \
+ ${WRKSRC}/pluggerrc
+ @${REINPLACE_CMD} -e \
+ 's|/usr/X11R6/lib/xscreensaver|${X11BASE}/bin/xscreensaver-hacks|g' \
+ ${WRKSRC}/pluggerrc
pre-install:
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} \