1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

o Remove CONFLICTS with libgnugetopt port by installing header files

in another location. This is required to get ddd port to build
  under most FreeBSD port installations
o Bump PORTREVISION

Approved by:	marcus (portmgr),
		maintainer (emergency override during freeze)
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2004-04-25 00:02:17 +00:00
parent 37e17c147a
commit 1c2da9a09c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107806
2 changed files with 6 additions and 6 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= freelibiberty
PORTVERSION= 0.2
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.vocito.com/downloads/software/libiberty/ \
ftp://ftp.vocito.com/pub/vocito.com/software/libiberty/
@ -15,15 +16,14 @@ DISTNAME= libiberty-${PORTVERSION}
MAINTAINER= ports@vocito.com
COMMENT= A freely-redistributable libiberty clone
CONFLICTS= libgnugetopt-*
INSTALLS_SHLIB= yes
do-install:
${INSTALL_DATA} ${WRKSRC}/libiberty.a ${PREFIX}/lib
${INSTALL_DATA} ${WRKSRC}/libiberty.so.1 ${PREFIX}/lib
${LN} -sf ${PREFIX}/lib/libiberty.so.1 ${PREFIX}/lib/libiberty.so
${INSTALL_DATA} ${WRKSRC}/libiberty.h ${PREFIX}/include
${INSTALL_DATA} ${WRKSRC}/getopt.h ${PREFIX}/include
${MKDIR} ${PREFIX}/include/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/libiberty.h ${PREFIX}/include/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/getopt.h ${PREFIX}/include/${PORTNAME}
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
include/libiberty.h
include/getopt.h
include/freelibiberty/libiberty.h
include/freelibiberty/getopt.h
lib/libiberty.a
lib/libiberty.so
lib/libiberty.so.1