diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-13 01:03:17 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-13 01:03:17 +0000 |
commit | a80969d36eef3fb8fce18be3e11e1541feb8632b (patch) | |
tree | c8f8f53dc6c7fa6e8b1caf7657be0dcfe033f870 /print/xtexsh | |
parent | 0427e0f496968d7649e3114b6ab0ed21176b08ab (diff) |
Remove USE_REINPLACE from all categories starting with P
Notes
Notes:
svn path=/head/; revision=162206
Diffstat (limited to 'print/xtexsh')
-rw-r--r-- | print/xtexsh/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/print/xtexsh/Makefile b/print/xtexsh/Makefile index f98347418a36..4667d1ab66e8 100644 --- a/print/xtexsh/Makefile +++ b/print/xtexsh/Makefile @@ -23,8 +23,6 @@ NO_BUILD= yes MAN1= xtexsh.1 MANCOMPRESSED= yes -USE_REINPLACE= yes - post-patch: @${REINPLACE_CMD} -e 's,/usr/bin/wish,${PREFIX}/bin/wish8.4,; \ s,/etc,${PREFIX}/etc,; s,bash,sh,' ${WRKSRC}/xtexsh |