diff options
author | imura <imura@FreeBSD.org> | 2000-04-15 00:02:43 +0800 |
---|---|---|
committer | imura <imura@FreeBSD.org> | 2000-04-15 00:02:43 +0800 |
commit | 7194cde842764f08eba88555e09faff34436468f (patch) | |
tree | 8b584827351af4d9d7bbfed7d5c735165995b11a | |
parent | d7b903fee8641ab0a6359dc2903b4424d7e766dc (diff) | |
download | freebsd-ports-gnome-7194cde842764f08eba88555e09faff34436468f.tar.gz freebsd-ports-gnome-7194cde842764f08eba88555e09faff34436468f.tar.zst freebsd-ports-gnome-7194cde842764f08eba88555e09faff34436468f.zip |
Cosmetic changes.
Good-bye KDE_NAME, KDE_VERSION, QTTYPE variables.
-rw-r--r-- | devel/c_c++_reference/Makefile | 6 | ||||
-rw-r--r-- | devel/kdelibdocs/Makefile | 5 | ||||
-rw-r--r-- | x11-clocks/kdetoys11/Makefile | 6 | ||||
-rw-r--r-- | x11-clocks/kdetoys2/Makefile | 6 | ||||
-rw-r--r-- | x11-clocks/kdetoys3/Makefile | 6 | ||||
-rw-r--r-- | x11-clocks/kdetoys4/Makefile | 6 |
6 files changed, 13 insertions, 22 deletions
diff --git a/devel/c_c++_reference/Makefile b/devel/c_c++_reference/Makefile index 66d4f12413c1..0d45d47b3f1b 100644 --- a/devel/c_c++_reference/Makefile +++ b/devel/c_c++_reference/Makefile @@ -5,17 +5,17 @@ # $FreeBSD$ # -PORTNAME= c_c++_reference${QTTYPE} +PORTNAME= c_c++_reference PORTVERSION= 1.08 CATEGORIES= devel MASTER_SITES= ftp://129.187.206.68/pub/unix/ide/KDevelop/documentation/ \ ftp://gd.tuwien.ac.at/hci/KDevelop/documentation/ \ ftp://fara.cs.uni-potsdam.de/pub/kdevelop/documentation/ -DISTNAME= c_c++_reference +DISTNAME= ${PORTNAME} MAINTAINER= imura@FreeBSD.org -RUN_DEPENDS= kdevelop:${PORTSDIR}/devel/kdevelop${QTTYPE} +RUN_DEPENDS= kdevelop:${PORTSDIR}/devel/kdevelop${PKGNAMESUFFIX} EXTRACT_ONLY= # none NO_BUILD= yes diff --git a/devel/kdelibdocs/Makefile b/devel/kdelibdocs/Makefile index b84f235551b8..59efa7a230d4 100644 --- a/devel/kdelibdocs/Makefile +++ b/devel/kdelibdocs/Makefile @@ -5,13 +5,12 @@ # $FreeBSD$ # -PORTNAME?= kdelibdocs -PORTVERSION?= 1.1 +PORTNAME= kdelibdocs +PORTVERSION= 1.1 CATEGORIES= devel kde MASTER_SITES= ftp://129.187.206.68/pub/unix/ide/KDevelop/documentation/ \ ftp://gd.tuwien.ac.at/hci/KDevelop/documentation/ \ ftp://fara.cs.uni-potsdam.de/pub/kdevelop/documentation/ -DISTNAME= kdelibdocs-1.1 MAINTAINER= imura@FreeBSD.org diff --git a/x11-clocks/kdetoys11/Makefile b/x11-clocks/kdetoys11/Makefile index b70f82c27200..fe3f229dac05 100644 --- a/x11-clocks/kdetoys11/Makefile +++ b/x11-clocks/kdetoys11/Makefile @@ -6,15 +6,13 @@ # MASTERDIR= ${.CURDIR}/../../audio/kdemultimedia11-i18n - +PORTNAME= kdetoys CATEGORIES= x11-clocks kde -MAINTAINER= imura@kde.gr.jp +MAINTAINER= imura@FreeBSD.org BUILD_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick -KDE_NAME= kdetoys - .include "${MASTERDIR}/Makefile" CONFIGURE_ENV+= DO_NOT_COMPILE=mouse diff --git a/x11-clocks/kdetoys2/Makefile b/x11-clocks/kdetoys2/Makefile index b70f82c27200..fe3f229dac05 100644 --- a/x11-clocks/kdetoys2/Makefile +++ b/x11-clocks/kdetoys2/Makefile @@ -6,15 +6,13 @@ # MASTERDIR= ${.CURDIR}/../../audio/kdemultimedia11-i18n - +PORTNAME= kdetoys CATEGORIES= x11-clocks kde -MAINTAINER= imura@kde.gr.jp +MAINTAINER= imura@FreeBSD.org BUILD_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick -KDE_NAME= kdetoys - .include "${MASTERDIR}/Makefile" CONFIGURE_ENV+= DO_NOT_COMPILE=mouse diff --git a/x11-clocks/kdetoys3/Makefile b/x11-clocks/kdetoys3/Makefile index b70f82c27200..fe3f229dac05 100644 --- a/x11-clocks/kdetoys3/Makefile +++ b/x11-clocks/kdetoys3/Makefile @@ -6,15 +6,13 @@ # MASTERDIR= ${.CURDIR}/../../audio/kdemultimedia11-i18n - +PORTNAME= kdetoys CATEGORIES= x11-clocks kde -MAINTAINER= imura@kde.gr.jp +MAINTAINER= imura@FreeBSD.org BUILD_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick -KDE_NAME= kdetoys - .include "${MASTERDIR}/Makefile" CONFIGURE_ENV+= DO_NOT_COMPILE=mouse diff --git a/x11-clocks/kdetoys4/Makefile b/x11-clocks/kdetoys4/Makefile index b70f82c27200..fe3f229dac05 100644 --- a/x11-clocks/kdetoys4/Makefile +++ b/x11-clocks/kdetoys4/Makefile @@ -6,15 +6,13 @@ # MASTERDIR= ${.CURDIR}/../../audio/kdemultimedia11-i18n - +PORTNAME= kdetoys CATEGORIES= x11-clocks kde -MAINTAINER= imura@kde.gr.jp +MAINTAINER= imura@FreeBSD.org BUILD_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick -KDE_NAME= kdetoys - .include "${MASTERDIR}/Makefile" CONFIGURE_ENV+= DO_NOT_COMPILE=mouse |