diff options
author | rillig <rillig@pkgsrc.org> | 2006-04-22 09:22:05 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-04-22 09:22:05 +0000 |
commit | 9fc2d7d28106475bc308a209655b44e662911609 (patch) | |
tree | 7693d63ffaaa57cf44393c3f1b19100370b24b85 /x11/qt3-libs/Makefile | |
parent | 1ffbacec96b330949bc61d2a6247b1c2004cdc92 (diff) | |
download | pkgsrc-9fc2d7d28106475bc308a209655b44e662911609.tar.gz |
Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
Diffstat (limited to 'x11/qt3-libs/Makefile')
-rw-r--r-- | x11/qt3-libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt3-libs/Makefile b/x11/qt3-libs/Makefile index 8fbeea7e976..2750e54c3bc 100644 --- a/x11/qt3-libs/Makefile +++ b/x11/qt3-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2006/04/17 13:45:59 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2006/04/22 09:22:17 rillig Exp $ PKGNAME= qt3-libs-${QTVERSION} PKGREVISION= 1 @@ -43,7 +43,7 @@ do-install: .if ${OPSYS} == "Darwin" && empty(MACHINE_PLATFORM:MDarwin-[567].*) SUBST_CLASSES+= socklen -SUBST_MESSAGE.socklen= "Correcting socklen_t." +SUBST_MESSAGE.socklen= Correcting socklen_t. SUBST_STAGE.socklen= pre-configure SUBST_FILES.socklen= mkspecs/darwin-g++/qplatformdefs.h SUBST_SED.socklen= -e 's/QT_SOCKLEN_T.*/QT_SOCKLEN_T socklen_t/' |