Index: head/net/gastman/Makefile =================================================================== --- head/net/gastman/Makefile (revision 209293) +++ head/net/gastman/Makefile (revision 209294) @@ -1,30 +1,29 @@ # New ports collection makefile for: gastman # Date created: 2005-07-11 # Whom: Filippo Natali # # $FreeBSD$ # PORTNAME= gastman PORTVERSION= 1.0.r1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://ftp.digium.com/pub/gastman/ DISTNAME= ${PORTNAME}-1.0-RC1 MAINTAINER= ports@FreeBSD.org COMMENT= Graphical Manager interface for Asterisk -USE_X_PREFIX= yes USE_GNOME= gtk20 USE_GMAKE= yes post-patch: @${REINPLACE_CMD} -e \ - 's|^CFLAGS=|CFLAGS= -I${WRKSRC}/include ${CFLAGS}|g; \ + 's|^CFLAGS=|CFLAGS= -I${WRKSRC}/include ${CFLAGS} |g; \ s|$$(INSTALL_PREFIX)/usr/sbin|${PREFIX}/bin|g; \ s|$$(INSTALL_PREFIX)/usr/share|${PREFIX}/share|g' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e \ 's|ICON_PATH "/usr/share/gastman/icons"|ICON_PATH "${PREFIX}/share/${PORTNAME}/icons"|g' ${WRKSRC}/gui.c .include Property changes on: head/net/gastman/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property