diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-10 17:26:55 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-10 17:26:55 +0000 |
commit | c0669efed5bfc1feca96a758bf4cbe54cb51ba70 (patch) | |
tree | b8a9edbe79fb5c5de6e035c09b189a9c9d4101c5 /net-mgmt/arts++/Makefile | |
parent | e25456852bc19ad4f1e63841747a4f63637d0eef (diff) |
Notes
Diffstat (limited to 'net-mgmt/arts++/Makefile')
-rw-r--r-- | net-mgmt/arts++/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/arts++/Makefile b/net-mgmt/arts++/Makefile index a0273aa70696..419f2a16e2f5 100644 --- a/net-mgmt/arts++/Makefile +++ b/net-mgmt/arts++/Makefile @@ -32,8 +32,8 @@ MANL= artsportagg.l artsports.l artsprotos.l artsnets.l artsdump.l \ post-patch: cd ${WRKSRC}/classes/src; \ - ${REINPLACE_CMD} -e "s,<strstream.h>,<strstream>," \ - ArtsBgp4AsPathSegment.cc ArtsIfIndexSelectionSet.lex \ - ArtsObjectTypeSelectionSet.lex ArtsTimeIntervalSelectionSet.lex + ${REINPLACE_CMD} -e "s,<strstream.h>,<strstream>," \ + ArtsBgp4AsPathSegment.cc ArtsIfIndexSelectionSet.lex \ + ArtsObjectTypeSelectionSet.lex ArtsTimeIntervalSelectionSet.lex .include <bsd.port.post.mk> |