diff options
| author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-30 11:21:48 +0800 | 
|---|---|---|
| committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-30 11:21:48 +0800 | 
| commit | 78528de43298daf57dd78edf92bdf16d3f5c2bbb (patch) | |
| tree | 7e4858a66869a1f04f72f771d443782a53b64ddf /accessibility/orca/Makefile | |
| parent | e86de175775ca952cf8d092ad3c8216e3fd74dbd (diff) | |
| download | marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar.gz marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar.zst marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.zip  | |
Get rid of X11BASE and replace a few to LOCALBASE. I only touch these ports
that are maintaining by gnome@, ports@ and my team ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8939 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/orca/Makefile')
| -rw-r--r-- | accessibility/orca/Makefile | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/accessibility/orca/Makefile b/accessibility/orca/Makefile index a8b61fb15..25e1a515a 100644 --- a/accessibility/orca/Makefile +++ b/accessibility/orca/Makefile @@ -3,7 +3,7 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/accessibility/orca/Makefile,v 1.20 2007/05/14 04:33:48 marcus Exp $ +#   $MCom: ports/accessibility/orca/Makefile,v 1.21 2007/05/19 21:35:53 marcus Exp $  #  PORTNAME=	orca @@ -36,8 +36,7 @@ CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \  MAN1=		orca.1  post-patch: -	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \ -	    	s|/usr/X11R6|${X11BASE}|g' \ +	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \  		${WRKSRC}/src/orca/orca.in  	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \  	    	${WRKSRC}/src/orca/orca_i18n.py  | 
