diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 14:31:06 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 14:31:06 +0000 |
commit | 399632c0b084d49a4dc3c4403acbc92314c72999 (patch) | |
tree | 4373a04cd43d2143f808073cf6b95c49198d17c6 /databases | |
parent | 2a7d75f9ce1ebe9b6a0f04983814522db485dc2e (diff) | |
download | pkgsrc-399632c0b084d49a4dc3c4403acbc92314c72999.tar.gz |
Removed trailing white-space.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql74-contrib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql74-contrib/Makefile b/databases/postgresql74-contrib/Makefile index e937687fcc0..32909377398 100644 --- a/databases/postgresql74-contrib/Makefile +++ b/databases/postgresql74-contrib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/10/10 07:30:23 jdolecek Exp $ +# $NetBSD: Makefile,v 1.7 2005/09/28 14:31:06 rillig Exp $ PKGNAME= postgresql74-contrib-${BASE_VERS} PKGREVISION= # empty @@ -20,7 +20,7 @@ pre-build: ../../src/include/parser/parse.h ../../src/include/utils/fmgroids.h ${_PKG_SILENT}${_PKG_DEBUG}${_ULIMIT_CMD}cd ${WRKSRC}/src/port && \ ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${BUILD_MAKE_FLAGS} - + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "FreeBSD" && ${LOWER_OPSYS_VERSUFFIX} == "4" USE_GNU_READLINE=yes |