diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-05 05:04:28 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-05 05:04:28 +0000 |
commit | 5e1b40eba0e01898f58a1eba79215dee4879d0b6 (patch) | |
tree | 7be071f8d59a46d503baf43884ddcb0dbf06a8ee /x11-themes/kde-style-lipstik | |
parent | 4cb1ac8f7e33c8a512f3c1bea59596d4a1d64e0d (diff) | |
download | ports-5e1b40eba0e01898f58a1eba79215dee4879d0b6.tar.gz ports-5e1b40eba0e01898f58a1eba79215dee4879d0b6.zip |
[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-style-lipstik')
-rw-r--r-- | x11-themes/kde-style-lipstik/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/x11-themes/kde-style-lipstik/Makefile b/x11-themes/kde-style-lipstik/Makefile index eecbb59238ee..eb6ac3538d27 100644 --- a/x11-themes/kde-style-lipstik/Makefile +++ b/x11-themes/kde-style-lipstik/Makefile @@ -7,8 +7,10 @@ PORTNAME= lipstik PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= x11-themes kde MASTER_SITES= http://www.kde-look.org/content/files/ +PKGNAMEPREFIX= kde-style- DISTNAME= 18223-${PORTNAME}-${PORTVERSION} MAINTAINER= decept0@gmail.com @@ -16,15 +18,8 @@ COMMENT= Modified Plastik KDE style USE_BZIP2= yes USE_KDEBASE_VER=3 -USE_REINPLACE= yes GNU_CONFIGURE= yes +CONFIGURE_ENV+= LDFLAGS="${PTHREAD_LIBS}" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -post-patch: - @${REINPLACE_CMD} -e 's|-lkdefx|-lkdefx ${PTHREAD_LIBS}|g' \ - ${WRKSRC}/style/Makefile.in -post-configure: - @${REINPLACE_CMD} -e 's|-ljpeg|-ljpeg ${PTHREAD_LIBS}|g' \ - ${WRKSRC}/style/config/Makefile - .include <bsd.port.mk> |