1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

use gnomehack instead of own REINPLACE_CMD to fix the pkgconfig location

USE_GCC=3.4 to fix build on 4
This commit is contained in:
Oliver Lehmann 2005-05-08 00:54:07 +00:00
parent 6368aa495d
commit 5d6a456c02
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134821

View File

@ -20,12 +20,12 @@ USE_REINPLACE= YES
USE_LIBTOOL_VER=15
GNU_CONFIGURE= YES
INSTALLS_SHLIB= YES
USE_GCC= 3.4
USE_BZIP2= YES
USE_GNOME= gnomehack
post-patch:
@${REINPLACE_CMD} -e 's| install-docDATA | |g;\
s|\(^pkgconfigdir =\) .*|\1 ${PREFIX}/libdata/pkgconfig|g' \
${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's| install-docDATA | |g' ${WRKSRC}/Makefile.in
post-install:
.if !defined(NOPORTDOCS)