From 1c2da9a09ce2fa76d7a5a502c397d1c7c55da28c Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Sun, 25 Apr 2004 00:02:17 +0000 Subject: 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) --- devel/freelibiberty/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'devel/freelibiberty/Makefile') diff --git a/devel/freelibiberty/Makefile b/devel/freelibiberty/Makefile index 2a05dc239aec..9a5ad75b9bd9 100644 --- a/devel/freelibiberty/Makefile +++ b/devel/freelibiberty/Makefile @@ -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 -- cgit v1.2.3