diff options
author | gahr <gahr@FreeBSD.org> | 2008-03-18 18:58:12 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-03-18 18:58:12 +0800 |
commit | a92e26722d98f86100be9498854800c3f2346218 (patch) | |
tree | eb81731cdd8eff819fb6c551c50faefaf7fc807f /net/gastman | |
parent | ee794825e6aebd115deced8499d16bca4ca2d879 (diff) | |
download | freebsd-ports-graphics-a92e26722d98f86100be9498854800c3f2346218.tar.gz freebsd-ports-graphics-a92e26722d98f86100be9498854800c3f2346218.tar.zst freebsd-ports-graphics-a92e26722d98f86100be9498854800c3f2346218.zip |
- Get rid of USE_X_PREFIX
Approved by: miwi (mentor)
Diffstat (limited to 'net/gastman')
-rw-r--r-- | net/gastman/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/gastman/Makefile b/net/gastman/Makefile index 755513fe23f..8ce783e6d2a 100644 --- a/net/gastman/Makefile +++ b/net/gastman/Makefile @@ -7,7 +7,7 @@ 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 @@ -15,13 +15,12 @@ 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 \ |