mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Get rid of USE_X_PREFIX
Approved by: miwi (mentor)
This commit is contained in:
parent
77864a207b
commit
ae78fcb654
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209294
1 changed files with 2 additions and 3 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue