diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2006-02-06 14:03:09 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2006-02-06 14:03:09 +0000 |
commit | c6c8724a7077ed83500e8dd2645bf2a051829d0c (patch) | |
tree | ebc09810050acd59dc1674995c1f589af0dc8e26 /sysutils/kshutdown-kde4/Makefile | |
parent | - Fix plist (diff) |
Update to version 0.8.2
Diffstat (limited to 'sysutils/kshutdown-kde4/Makefile')
-rw-r--r-- | sysutils/kshutdown-kde4/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysutils/kshutdown-kde4/Makefile b/sysutils/kshutdown-kde4/Makefile index 624f929a2266..88efc31c5923 100644 --- a/sysutils/kshutdown-kde4/Makefile +++ b/sysutils/kshutdown-kde4/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= kshutdown -PORTVERSION= 0.8.1 +PORTVERSION= 0.8.2 CATEGORIES= sysutils kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -13,13 +13,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= markus@FreeBSD.org COMMENT= Advanced shutdown utility for KDE -EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure - USE_BZIP2= yes USE_KDELIBS_VER=3 USE_GMAKE= yes GNU_CONFIGURE= yes -USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} |