diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-15 11:13:53 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-15 11:13:53 +0000 |
commit | b80287c47dbfef2c2df94d84539c3d49e12fc53c (patch) | |
tree | ff6cdc5062d57ec6f917b1b657b1a1b0fd13db7c /sysutils/samesame | |
parent | d3ca489e0862d78fd4602d793af4189e52e5288a (diff) |
Notes
Diffstat (limited to 'sysutils/samesame')
-rw-r--r-- | sysutils/samesame/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/samesame/Makefile b/sysutils/samesame/Makefile index 6fda7aa85ea2..74f685b02b04 100644 --- a/sysutils/samesame/Makefile +++ b/sysutils/samesame/Makefile @@ -47,10 +47,10 @@ CFLAGS+= -DPATH_INIT=256 CFLAGS+= -DSTATIC_CACHE_CAPACITY=8192 post-patch: - @${REINPLACE_CMD} -e 's|test-samefile||g' \ - -e 's|test-samelink||g' \ - -e 's|test-samearchive||g' \ - -e 's|test-samearchive-lite||g' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e '/^install/s|test-samefile||g' \ + -e '/^install/s|test-samelink||g' \ + -e '/^install/s|test-samearchive-lite||g' \ + -e '/^install/s|test-samearchive||g' ${WRKSRC}/Makefile post-install: ${CHMOD} 770 ${WRKSRC}/test* |