diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-18 08:53:05 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-18 08:53:05 +0000 |
commit | 83fa084228fd4e452b14fe44c612eaf512c3d73c (patch) | |
tree | fbdd30a5734a420fe0e22908e9de903152304c9c /comms | |
parent | 68a4be925d2dbca7e00bdb1850ed424a5eb8a61c (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/rxtx/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/comms/rxtx/Makefile b/comms/rxtx/Makefile index 4248044e98ec..8db4dbd310c4 100644 --- a/comms/rxtx/Makefile +++ b/comms/rxtx/Makefile @@ -26,7 +26,4 @@ NO_MTREE= yes PLIST_SUB= ARCH=${ARCH} -post-patch: - @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure ${WRKSRC}/ltconfig - .include <bsd.port.mk> |