diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-10-12 01:04:42 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-10-12 01:04:42 +0000 |
commit | 54f48fca9fc5a2a3247bfcee304dd39f2952db2a (patch) | |
tree | a4a3bcf1df46cc310e2ec562c43919a4687a0363 /misc | |
parent | 4a81ea878856dec83c1256ab1466e4cc8a16654f (diff) | |
download | pkgsrc-54f48fca9fc5a2a3247bfcee304dd39f2952db2a.tar.gz |
Bump PKGREVISION
* printeradmin.desktop is not installed, do not create symlink.
Pointed out by Christoph Badura.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libreoffice4/Makefile | 6 | ||||
-rw-r--r-- | misc/libreoffice4/PLIST | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/misc/libreoffice4/Makefile b/misc/libreoffice4/Makefile index ed651c36735..b0bb3ee55a0 100644 --- a/misc/libreoffice4/Makefile +++ b/misc/libreoffice4/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2013/10/10 14:42:24 ryoon Exp $ +# $NetBSD: Makefile,v 1.4 2013/10/12 01:04:42 ryoon Exp $ VER= 4.1.2.3 DISTNAME= libreoffice-${VER} PKGNAME= libreoffice4-${VER} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= misc MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/4.1.2/ EXTRACT_SUFX= .tar.xz @@ -223,7 +223,7 @@ REPLACE_PERL+= sd/res/webview/webview.pl LO_PROGRAMS= sbase scalc sdraw simpress smath soffice swriter # Base depends on java, we don't install the icon LO_DESKTOP_FILES= calc.desktop draw.desktop impress.desktop math.desktop \ - printeradmin.desktop startcenter.desktop writer.desktop + startcenter.desktop writer.desktop CONFIGURE_SCRIPT= ./autogen.sh diff --git a/misc/libreoffice4/PLIST b/misc/libreoffice4/PLIST index 074cd3005d0..d865c3b21cc 100644 --- a/misc/libreoffice4/PLIST +++ b/misc/libreoffice4/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2013/10/09 14:39:56 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.3 2013/10/12 01:04:42 ryoon Exp $ bin/sbase bin/scalc bin/sdraw @@ -48611,7 +48611,6 @@ share/applications/calc.desktop share/applications/draw.desktop share/applications/impress.desktop share/applications/math.desktop -share/applications/printeradmin.desktop share/applications/startcenter.desktop share/applications/writer.desktop @pkgdir ${PKGNAME}/share/uno_packages/cache/uno_packages |