mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
- Add workaround to prepend installing junk files
- Fix pkg-plist PR: 25075 Submitted by: Ports Fury
This commit is contained in:
parent
634fd57ed1
commit
41e2426546
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38330
@ -6,6 +6,7 @@
|
||||
|
||||
PORTNAME= freetds
|
||||
PORTVERSION= 0.51
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||||
MASTER_SITE_SUBDIR= ALPHA/freetds
|
||||
@ -13,11 +14,14 @@ EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||
--with-tdsver=7.0 \
|
||||
--enable-dbmfix
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ARGS= --with-tdsver=7.0 \
|
||||
--enable-dbmfix
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
post-patch:
|
||||
@find ${WRKSRC}/src -name Makefile.in | xargs ${PERL} -pi -e \
|
||||
's| install-includeHEADERS||g'
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -10,6 +10,7 @@ include/sybdb.h
|
||||
include/syberror.h
|
||||
include/sybfront.h
|
||||
include/tds.h
|
||||
include/tdsconvert.h
|
||||
include/tdsutil.h
|
||||
include/tdsver.h
|
||||
lib/libct.a
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
PORTNAME= freetds
|
||||
PORTVERSION= 0.51
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||||
MASTER_SITE_SUBDIR= ALPHA/freetds
|
||||
@ -13,11 +14,14 @@ EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||
--with-tdsver=7.0 \
|
||||
--enable-dbmfix
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ARGS= --with-tdsver=7.0 \
|
||||
--enable-dbmfix
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
post-patch:
|
||||
@find ${WRKSRC}/src -name Makefile.in | xargs ${PERL} -pi -e \
|
||||
's| install-includeHEADERS||g'
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -10,6 +10,7 @@ include/sybdb.h
|
||||
include/syberror.h
|
||||
include/sybfront.h
|
||||
include/tds.h
|
||||
include/tdsconvert.h
|
||||
include/tdsutil.h
|
||||
include/tdsver.h
|
||||
lib/libct.a
|
||||
|
Loading…
Reference in New Issue
Block a user