diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2006-05-15 06:58:08 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2006-05-15 06:58:08 +0000 |
commit | f617ae6f5ddae0cdf41dbf5a926c6171882f196d (patch) | |
tree | 150cee9256f9280fff53d7cbd4b44ae9757cbc98 /x11-themes/kde-windeco-activeheart/Makefile | |
parent | 0a079cb56f25d89e870f6c2145b18f4925c3d8e2 (diff) | |
download | ports-f617ae6f5ddae0cdf41dbf5a926c6171882f196d.tar.gz ports-f617ae6f5ddae0cdf41dbf5a926c6171882f196d.zip |
Add kde to CATEGORIES.
Update MASTERSITE.
Use PKGNAMEPREFIX like other theme ports.
Remove INSTALLS_SHLIB.
Update WWW: line.
PR: ports/94630
Submitted by: Shane <decept0@gmail.com>
Approved by: asm@asm.kiev.ua (maintainer, timeout 7 weeks)
Notes
Notes:
svn path=/head/; revision=162411
Diffstat (limited to 'x11-themes/kde-windeco-activeheart/Makefile')
-rw-r--r-- | x11-themes/kde-windeco-activeheart/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-themes/kde-windeco-activeheart/Makefile b/x11-themes/kde-windeco-activeheart/Makefile index e53b9faf3976..cd2e8213b084 100644 --- a/x11-themes/kde-windeco-activeheart/Makefile +++ b/x11-themes/kde-windeco-activeheart/Makefile @@ -8,8 +8,9 @@ PORTNAME= activeheart PORTVERSION= 1.1 PORTREVISION= 1 -CATEGORIES= x11-themes -MASTER_SITES= http://kde-look.org/content/files/ +CATEGORIES= x11-themes kde +MASTER_SITES= http://www.kde-look.org/content/files/ +PKGNAMEPREFIX= kde-windeco- DISTNAME= 11460-kwin-${PORTNAME}-${PORTVERSION} MAINTAINER= asm@asm.kiev.ua @@ -18,7 +19,6 @@ COMMENT= Nice KDE window decoration with thin borders USE_BZIP2= yes USE_GMAKE= yes USE_KDEBASE_VER=3 -INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 WRKSRC= ${WRKDIR}/kwin-${PORTNAME}-${PORTVERSION} |