summaryrefslogtreecommitdiff
path: root/x11-themes/kde-windeco-knifty
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-05 05:04:28 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-05 05:04:28 +0000
commit5e1b40eba0e01898f58a1eba79215dee4879d0b6 (patch)
tree7be071f8d59a46d503baf43884ddcb0dbf06a8ee /x11-themes/kde-windeco-knifty
parentUpdate port: x11-wm/wampager - Update to version 0.9.3 (2004/12/04 snapshot) (diff)
[Maintainer Update] change PORTNAME to kde-*-* (several ports)
- Change the PORTNAME to kde-*-* for consistancy with other theme ports. - A couple of small tidy-ups Iin the end, we added PKGPREFIX instead of changing the PORTNAME. PR: ports/91325 Submitted by: decept <decept0@gmail.com>
Notes
Notes: svn path=/head/; revision=152781
Diffstat (limited to 'x11-themes/kde-windeco-knifty')
-rw-r--r--x11-themes/kde-windeco-knifty/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/x11-themes/kde-windeco-knifty/Makefile b/x11-themes/kde-windeco-knifty/Makefile
index 44f79b5a8b81..97107e5d2a5a 100644
--- a/x11-themes/kde-windeco-knifty/Makefile
+++ b/x11-themes/kde-windeco-knifty/Makefile
@@ -7,9 +7,10 @@
PORTNAME= knifty
PORTVERSION= 0.4.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-themes kde
MASTER_SITES= http://kde-look.org/content/files/
+PKGNAMEPREFIX= kde-windeco-
DISTNAME= 8841-${PORTNAME}-${PORTVERSION}
MAINTAINER= decept0@gmail.com
@@ -17,14 +18,8 @@ COMMENT= Lightweight KDE window decoration
USE_BZIP2= yes
USE_KDEBASE_VER=3
-USE_REINPLACE= yes
+CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-post-patch:
- @${REINPLACE_CMD} -e 's|-lkdeui|-lkdeui ${PTHREAD_LIBS}|g' \
- ${WRKSRC}/${CONFIGURE_SCRIPT}
- @${REINPLACE_CMD} -e 's|-lkdecore|-lkdecore ${PTHREAD_LIBS}|g' \
- ${WRKSRC}/client/Makefile.in
-
.include <bsd.port.mk>