summaryrefslogtreecommitdiff
path: root/databases/unixodbc
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-12-02 06:56:38 +0000
committerjlam <jlam@pkgsrc.org>2001-12-02 06:56:38 +0000
commit55ffb37406a84184fb4d92bd4b3ea2544fdf25da (patch)
treecae588008c2ebc64dfaaf967400630b03c968bdf /databases/unixodbc
parente1a97d1b323c48b19428f035fb03e0cd0d908418 (diff)
downloadpkgsrc-55ffb37406a84184fb4d92bd4b3ea2544fdf25da.tar.gz
bsd.pkg.install.mk calls the INSTALL script at the right times
automatically, so no need to do it ourselves.
Diffstat (limited to 'databases/unixodbc')
-rw-r--r--databases/unixodbc/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/unixodbc/Makefile b/databases/unixodbc/Makefile
index 9f9418bf4bf..57d98e83835 100644
--- a/databases/unixodbc/Makefile
+++ b/databases/unixodbc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/11/25 18:59:46 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2001/12/02 06:56:40 jlam Exp $
PKGNAME= unixodbc-${ODBC_VERS}
ODBC_PKG_VERS= # empty
@@ -25,12 +25,10 @@ post-patch: fix-driver-installation
pre-install:
${SED} ${FILES_SUBST_SED} ${FILESDIR}/odbcinst.ini.in \
> ${WRKDIR}/odbcinst.ini
- PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} PRE-INSTALL
post-install:
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA} ${WRKDIR}/odbcinst.ini ${EGDIR}/odbcinst.ini
- PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL
.include "../../devel/readline/buildlink.mk"
.include "../../mk/bsd.pkg.install.mk"