diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-22 07:57:36 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-22 07:57:36 +0000 |
commit | f5eb6e3a772215e1481a5a8536dc5b3f944d435d (patch) | |
tree | d884949c6dda62184d1f214475dd312397db40c4 /www/plugger | |
parent | 73a7b90a0c15a72f3d13c14f2e1beb5f8209f5b1 (diff) | |
download | FreeBSD-ports-f5eb6e3a772215e1481a5a8536dc5b3f944d435d.zip FreeBSD-ports-f5eb6e3a772215e1481a5a8536dc5b3f944d435d.tar.gz |
* Fix compatibility with the new OpenOffice 1.1 wrapper scripts
* Make X11BASE-safe
PR: 63206
Submitted by: maintainer
Diffstat (limited to 'www/plugger')
-rw-r--r-- | www/plugger/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/www/plugger/Makefile b/www/plugger/Makefile index 984710e..bb0df54 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} \ |