aboutsummaryrefslogtreecommitdiffstats
path: root/net/gastman
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2008-03-18 18:58:12 +0800
committergahr <gahr@FreeBSD.org>2008-03-18 18:58:12 +0800
commita92e26722d98f86100be9498854800c3f2346218 (patch)
treeeb81731cdd8eff819fb6c551c50faefaf7fc807f /net/gastman
parentee794825e6aebd115deced8499d16bca4ca2d879 (diff)
downloadfreebsd-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/Makefile5
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 \