diff options
author | rillig <rillig@pkgsrc.org> | 2006-11-10 20:04:26 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-11-10 20:04:26 +0000 |
commit | 9b2970ab944bfe643e971a0fa2ff0614f4234dea (patch) | |
tree | 18939963cced537113db3626da06fb7e1ba628ab /databases | |
parent | 08faa43ef4627c79fbf5b67637c8e4ab09cb9365 (diff) | |
download | pkgsrc-9b2970ab944bfe643e971a0fa2ff0614f4234dea.tar.gz |
Make the package pass the check-headers test. The ${HOME} that appears
in the macros will be expanded later.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/sqsh/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/sqsh/Makefile.common b/databases/sqsh/Makefile.common index 44604b77508..67d3b61944b 100644 --- a/databases/sqsh/Makefile.common +++ b/databases/sqsh/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2006/01/04 18:30:16 reed Exp $ +# $NetBSD: Makefile.common,v 1.13 2006/11/10 20:04:26 rillig Exp $ DISTNAME= sqsh-2.1-src CATEGORIES= databases @@ -14,6 +14,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME:C|-src||} GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-readline +CHECK_HEADERS_SKIP= src/sqsh_config.h + CONF_FILES+= ${PREFIX}/share/examples/sqsh/sample.sqshrc ${PKG_SYSCONFDIR}/sqshrc # support for the native Sybase Open Client |