Index: head/net/jabber-aim/Makefile =================================================================== --- head/net/jabber-aim/Makefile (revision 112519) +++ head/net/jabber-aim/Makefile (revision 112520) @@ -1,32 +1,36 @@ # New ports collection makefile for: jabber-aim # Date created: 14 Apr 2002 # Whom: Sean Chittenden # # $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 COMMENT= Jabber AIM Transport module BUILD_DEPENDS= ${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net/jabber 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 Property changes on: head/net/jabber-aim/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/net-im/jabber-aim/Makefile =================================================================== --- head/net-im/jabber-aim/Makefile (revision 112519) +++ head/net-im/jabber-aim/Makefile (revision 112520) @@ -1,32 +1,36 @@ # New ports collection makefile for: jabber-aim # Date created: 14 Apr 2002 # Whom: Sean Chittenden # # $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 COMMENT= Jabber AIM Transport module BUILD_DEPENDS= ${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net/jabber 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 Property changes on: head/net-im/jabber-aim/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property