diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-11-02 16:09:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-11-02 16:09:20 +0000 |
commit | f3de147d9e27056b1b804098fabdadf3aee5e191 (patch) | |
tree | 2c19297af567f7134c56572939d1b29a99311e6e /misc | |
parent | Reassign maintainership to ports@FreeBSD.org to make clear that new maintainer (diff) |
- Fix MASTER_SITES (PF);
- there was no MAINTAINER line (I donno how it's porrible at all), so add
MAINTAINER=ports@FreeBSD.org (sobomax).
PR: 22451
Submitted by: PF
Notes
Notes:
svn path=/head/; revision=34656
Diffstat (limited to 'misc')
-rw-r--r-- | misc/kwatch/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/misc/kwatch/Makefile b/misc/kwatch/Makefile index 380109f7e730..213fba73c7e4 100644 --- a/misc/kwatch/Makefile +++ b/misc/kwatch/Makefile @@ -8,17 +8,16 @@ PORTNAME= kwatch PORTVERSION= 0.3 CATEGORIES= misc kde -MASTER_SITES= $(MASTER_SITE_KDE) -MASTER_SITE_SUBDIR= stable/1.1/apps/utils +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= system/admin/frontends -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - kdecore.3:${PORTSDIR}/x11/kdelibs11 \ +MAINTAINER= ports@FreeBSD.org + +LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 \ kdeui.3:${PORTSDIR}/x11/kdelibs11 USE_QT= yes -GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ - INSTALL_SCRIPT="install -c -m 555" +GNU_CONFIGURE= yes .include <bsd.port.mk> |