mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Put the libtool archive back.
Committers: Please be careful to not carelessly remove libtool archives from ports in KDE's dependency path. You will very likely cause much pain for users in the process. Discussed with: bland
This commit is contained in:
parent
c62523901c
commit
125dedf85a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115345
2 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= fam
|
||||
PORTVERSION= 2.6.9
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://oss.sgi.com/projects/fam/download/
|
||||
PATCH_SITES= ftp://oss.sgi.com/projects/fam/download/patches/
|
||||
|
@ -22,7 +22,7 @@ CFLAGS+= -Wno-deprecated
|
|||
|
||||
USE_AUTOMAKE_VER=15
|
||||
USE_AUTOCONF_VER=253
|
||||
USE_LIBTOOL_VER=15
|
||||
USE_INC_LIBTOOL_VER=13
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
USE_GMAKE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
|
|
@ -2,6 +2,7 @@ bin/fam
|
|||
etc/fam.conf
|
||||
include/fam.h
|
||||
lib/libfam.a
|
||||
lib/libfam.la
|
||||
lib/libfam.so
|
||||
lib/libfam.so.0
|
||||
@unexec rm -f %D/etc/rc.d/fam.sh || true
|
||||
|
|
Loading…
Add table
Reference in a new issue