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:
parent
e3126aa732
commit
9b5a2ccb22
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76170
@ -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
|
||||
|
@ -1 +0,0 @@
|
||||
A featureful directory lister
|
Loading…
x
Reference in New Issue
Block a user