diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 22:57:37 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 22:57:37 +0000 |
commit | 5019ffc91bcd2ad26cf4702f15841eafc984d4b0 (patch) | |
tree | e28e63fdf22fe3c0a77219f1724ab25c046c8bc1 /net/dhisd | |
parent | 69153696b9e73f3a328c9e20da06591b85766611 (diff) | |
download | ports-5019ffc91bcd2ad26cf4702f15841eafc984d4b0.tar.gz ports-5019ffc91bcd2ad26cf4702f15841eafc984d4b0.zip |
Notes
Diffstat (limited to 'net/dhisd')
-rw-r--r-- | net/dhisd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dhisd/Makefile b/net/dhisd/Makefile index 14278b5a883a..745ef58f3484 100644 --- a/net/dhisd/Makefile +++ b/net/dhisd/Makefile @@ -21,7 +21,7 @@ USE_REINPLACE= yes post-patch: ${CP} ${FILESDIR}/dhisd.sh ${WRKSRC}/dhisd.sh - cd ${WRKSRC} && ${REINPLACE_CMD} -p e "s^__PREFIX__^${PREFIX}^g" \ + cd ${WRKSRC} && ${REINPLACE_CMD} -e "s^__PREFIX__^${PREFIX}^g" \ Makefile dhisd.h dhisd.sh ${DOCFILES} do-install: |