summaryrefslogtreecommitdiff
path: root/devel/glib
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-19 17:48:17 +0000
committerjlam <jlam>2004-02-19 17:48:17 +0000
commit008d0fe2a1a05a37ddeb445a3b81831e8a90e107 (patch)
treeabda3ce339fd707af45d4df43bbdd8c8aede3967 /devel/glib
parent580e3b90c544befb17ed4f6d0e2bfca23a802a88 (diff)
downloadpkgsrc-008d0fe2a1a05a37ddeb445a3b81831e8a90e107.tar.gz
Whitespace nits.
Diffstat (limited to 'devel/glib')
-rw-r--r--devel/glib/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/devel/glib/Makefile b/devel/glib/Makefile
index 2f2f0cefa65..6e1f9b01db3 100644
--- a/devel/glib/Makefile
+++ b/devel/glib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2004/02/14 18:26:27 jmmv Exp $
+# $NetBSD: Makefile,v 1.68 2004/02/19 17:48:17 jlam Exp $
# FreeBSD Id: Makefile,v 1.2 1998/08/06 14:55:12 vanilla Exp
#
@@ -57,30 +57,30 @@ GLIB_MICRO_VERSION= ${GLIB_VERSION:C/.*\.//}
pre-configure:
@cd ${WRKSRC}; \
files="glib-config.in docs/glib-config.1.in glib.pc.in gmodule.pc.in gthread.pc.in"; \
- for f in $${files}; do \
+ for f in $${files}; do \
${SED} -e "s|@GLIB_VERSION@|${GLIB_VERSION}|g" \
-e "s|@VERSION@|${GLIB_VERSION}|g" \
- $${f} > $${f}.fixed; \
- ${MV} -f $${f}.fixed $${f}; \
+ $${f} > $${f}.fixed; \
+ ${MV} -f $${f}.fixed $${f}; \
done
post-configure:
@cd ${WRKSRC}; \
files="config.status config.h glibconfig.h"; \
- for f in $${files}; do \
+ for f in $${files}; do \
${SED} -e "s|^\(#define.*GLIB_MAJOR_VERSION\).*|\1 ${GLIB_MAJOR_VERSION}|" \
-e "s|^\(#define.*GLIB_MINOR_VERSION\).*|\1 ${GLIB_MINOR_VERSION}|" \
-e "s|^\(#define.*GLIB_MICRO_VERSION\).*|\1 ${GLIB_MICRO_VERSION}|" \
- $${f} > $${f}.fixed; \
+ $${f} > $${f}.fixed; \
${MV} $${f}.fixed $${f}; \
done; \
${CHMOD} +x config.status
.if exists(/usr/include/sys/null.h)
@cd ${WRKSRC}; \
files="glib.h"; \
- for f in $${files}; do \
+ for f in $${files}; do \
${SED} -e "s|^#define.NULL.*|#include <sys/null.h>|" \
- $${f} > $${f}.fixed; \
+ $${f} > $${f}.fixed; \
${MV} $${f}.fixed $${f}; \
done
.endif