1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

Fix REINPLACE, -E is required.

De-pkg-comment.
This commit is contained in:
Mark Pulford 2003-02-22 16:31:16 +00:00
parent e3126aa732
commit 9b5a2ccb22
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76170
2 changed files with 2 additions and 2 deletions

View File

@ -13,6 +13,7 @@ DISTNAME= NDir-${PORTVERSION}
EXTRACT_SUFX= -1.tar.gz
MAINTAINER= markp@FreeBSD.org
COMMENT= A featureful directory lister
USE_GMAKE= yes
USE_REINPLACE= yes
@ -22,7 +23,7 @@ MAN1= ndir.1
MLINKS= ndir.1 lv.1 ndir.1 lw.1
post-patch:
@${REINPLACE_CMD} -e "s/^export GLOBAL.+//g" ${WRKSRC}/Makefile
${REINPLACE_CMD} -E "s/^export GLOBAL.+//g" ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/ndir ${PREFIX}/bin

View File

@ -1 +0,0 @@
A featureful directory lister