From 7d88b791bebe1e6e1b70ad5574bab9a158554c0e Mon Sep 17 00:00:00 2001 From: vs Date: Tue, 29 Jun 2004 06:33:43 +0000 Subject: Fix the build problem induced by net/jabber's update PR: ports/68403 Submitted by: c0decafe.net No time/Busy: seanc --- net-im/jabber-aim/Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'net-im/jabber-aim') diff --git a/net-im/jabber-aim/Makefile b/net-im/jabber-aim/Makefile index 911f0a3db740..c8ff6044aa81 100644 --- a/net-im/jabber-aim/Makefile +++ b/net-im/jabber-aim/Makefile @@ -4,12 +4,14 @@ # # $FreeBSD$ -PORTNAME= aim-transport +PORTNAME= aim PORTVERSION= 0.9.24c PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://download.jabber.org/dists/transports/aim-transport/ PKGNAMEPREFIX= jabber- +PKGNAMESUFFIX= -transport +DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} DIST_SUBDIR= jabber MAINTAINER= seanc@FreeBSD.org @@ -21,12 +23,14 @@ PLIST_FILES= lib/jabber/aimtrans.so USE_GMAKE= yes USE_AUTOCONF_VER= 213 -CONFIGURE_ARGS+= --with-jabberd=${PREFIX}/include/jabber +CONFIGURE_ARGS+=--with-jabberd=${LOCALBASE}/include/jabber +CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include/pth do-install: - ${INSTALL_DATA} ${WRKSRC}/src/aimtrans.so ${PREFIX}/lib/jabber/ + @${MKDIR} ${PREFIX}/lib/jabber + ${INSTALL_DATA} ${WRKSRC}/src/aimtrans.so ${PREFIX}/lib/jabber post-install: - @cat pkg-message + @${CAT} pkg-message .include -- cgit