libtool --finish is a nop on FreeBSD, remove faulty pkg-install script
With hat: portmgr
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user