diff options
author | lofi <lofi@FreeBSD.org> | 2003-12-16 18:02:08 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2003-12-16 18:02:08 +0800 |
commit | 04c33783edeb15e926a3e040ae86c4fc38ba1c02 (patch) | |
tree | a20839c8ca56e5c1aee24318366e6299dac4cc26 /x11-toolkits/qt33/Makefile | |
parent | e07f7fbce5b11dc786ae4c6968782f913f1474eb (diff) | |
download | freebsd-ports-gnome-04c33783edeb15e926a3e040ae86c4fc38ba1c02.tar.gz freebsd-ports-gnome-04c33783edeb15e926a3e040ae86c4fc38ba1c02.tar.zst freebsd-ports-gnome-04c33783edeb15e926a3e040ae86c4fc38ba1c02.zip |
Fix some stylebugs found by portlint.
Diffstat (limited to 'x11-toolkits/qt33/Makefile')
-rw-r--r-- | x11-toolkits/qt33/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index e2436559c418..37aed3fad95a 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -6,7 +6,7 @@ # $FreeBSD$ # -PORTNAME?= qt +PORTNAME= qt PORTVERSION= 3.2.3 CATEGORIES?= x11-toolkits MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \ @@ -16,8 +16,8 @@ MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \ DISTNAME= qt-x11-free-${PORTVERSION} DIST_SUBDIR= KDE -MAINTAINER?= kde@FreeBSD.org -COMMENT?= A C++ X GUI toolkit +MAINTAINER= kde@FreeBSD.org +COMMENT= A C++ X GUI toolkit BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake @@ -49,11 +49,11 @@ MAKE_ENV?= QTDIR=${WRKSRC} \ PATH=${WRKSRC}/bin:$$PATH ALL_TARGET= sub-tools EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ - --exclude '${DISTNAME}/mkspecs' --exclude '${DISTNAME}/qmake' \ - --exclude '${DISTNAME}/examples' --exclude '${DISTNAME}/tutorial' \ + --exclude '${DISTNAME}/mkspecs' --exclude '${DISTNAME}/qmake' \ + --exclude '${DISTNAME}/examples' --exclude '${DISTNAME}/tutorial' \ --exclude '${DISTNAME}/extensions/nsplugin/src/[^q]*' \ - --exclude '${DISTNAME}/include/jri*' \ - --exclude '${DISTNAME}/include/np*' + --exclude '${DISTNAME}/include/jri*' \ + --exclude '${DISTNAME}/include/np*' .include <bsd.port.pre.mk> @@ -68,9 +68,9 @@ PLATFORM=${QTBASE}/share/qt/mkspecs/freebsd-g++ .endfor .if defined(PLATFORM) -CONFIGURE_ARGS+= -platform ${PLATFORM} +CONFIGURE_ARGS+=-platform ${PLATFORM} .else -CONFIGURE_ARGS+= -platform ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ +CONFIGURE_ARGS+=-platform ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ .endif .if !defined(WITHOUT_XFT) |