aboutsummaryrefslogtreecommitdiffstats
path: root/databases/sqlite3
diff options
context:
space:
mode:
Diffstat (limited to 'databases/sqlite3')
-rw-r--r--databases/sqlite3/Makefile1
-rw-r--r--databases/sqlite3/pkg-install7
2 files changed, 1 insertions, 7 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index c65537fd6c82..477fa24682de 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -3,6 +3,7 @@
PORTNAME= sqlite3
PORTVERSION= 3.10.2
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= https://www.sqlite.org/2016/ http://www2.sqlite.org/2016/ http://www3.sqlite.org/2016/
DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00
diff --git a/databases/sqlite3/pkg-install b/databases/sqlite3/pkg-install
deleted file mode 100644
index 5569486f5a1c..000000000000
--- a/databases/sqlite3/pkg-install
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-PKGNAME=$1
-LIBTOOL=`whereis -b -q libtool`
-case "$2" in
- PRE-INSTALL) ;;
- POST-INSTALL) [ -n "${LIBTOOL}" -a -n "${PKG_PREFIX}" ] && "${LIBTOOL}" --finish "${PKG_PREFIX}/lib" ;;
-esac