libtool --finish is a nop on FreeBSD, remove faulty pkg-install script

With hat:	portmgr
This commit is contained in:
Antoine Brodin
2016-01-21 21:03:21 +00:00
parent dc33f91f4f
commit ab7d59d5da
2 changed files with 1 additions and 7 deletions

View File

@@ -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

View File

@@ -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