mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Patch some shell scripts to have them use ${PREFIX}/bin/bash rather than
/bin/bash - Register shells/bash as a dependency - Bump PORTREVISION Reported by: James Bowman <jamesb@acelere.net>
This commit is contained in:
parent
7a3b8724ab
commit
f6b53d4cf1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145321
1 changed files with 9 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= ratpoison
|
||||
PORTVERSION= 1.3.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -14,13 +15,21 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
|||
MAINTAINER= hq@FreeBSD.org
|
||||
COMMENT= Simple window manager with no fat library dependencies
|
||||
|
||||
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
OPTIONS= GDM_SUPPORT "Install session data files for GDM" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
.for file in rpws allwindows.sh
|
||||
${REINPLACE_CMD} '1s|!\(/bin/bash\)|!/usr/local\1|' ${WRKSRC}/contrib/${file}
|
||||
.endfor
|
||||
|
||||
.if defined (WITH_GDM_SUPPORT)
|
||||
PLIST_SUB+= WITH_GDM=""
|
||||
post-configure:
|
||||
|
|
Loading…
Add table
Reference in a new issue