diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-11-02 16:09:20 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-11-02 16:09:20 +0000 |
commit | ee5adc07e87040a76cd04868a7bfebc3b1f874f9 (patch) | |
tree | e46a45e7270105238d48a511dbd1d555d9b5f8cb | |
parent | 71d09ef948cfb20195502599380d3df7229188b4 (diff) | |
download | FreeBSD-ports-ee5adc07e87040a76cd04868a7bfebc3b1f874f9.zip FreeBSD-ports-ee5adc07e87040a76cd04868a7bfebc3b1f874f9.tar.gz |
- 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
-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 380109f..213fba7 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> |