diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2008-01-14 14:13:27 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2008-01-14 14:13:27 +0000 |
commit | 38c2c9720eb7eed18bb1ecf31aff1b312ae6a144 (patch) | |
tree | 4caab225928e791f55bccfca019d47a15c6d7fd5 /comms | |
parent | cba389d5136d30d0301657421c4f7c03dd19b07d (diff) | |
download | ports-38c2c9720eb7eed18bb1ecf31aff1b312ae6a144.tar.gz ports-38c2c9720eb7eed18bb1ecf31aff1b312ae6a144.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gammu-devel/Makefile | 2 | ||||
-rw-r--r-- | comms/gammu/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/comms/gammu-devel/Makefile b/comms/gammu-devel/Makefile index f2647d01f174..0e06159bbd5c 100644 --- a/comms/gammu-devel/Makefile +++ b/comms/gammu-devel/Makefile @@ -34,7 +34,7 @@ PORTDOCS= * do-configure: @(cd ${WRKSRC}; \ ${LOCALBASE}/bin/cmake ${CMAKE_ARGS}) - @{REINPLACE_CMD} -i '' -e 's:bash:sh:' -e 's:dialog:cdialog:' ${WRKSRC}/utils/gammu-config + @${REINPLACE_CMD} -i '' -e 's:bash:sh:' -e 's:dialog:cdialog:' ${WRKSRC}/utils/gammu-config .include <bsd.port.pre.mk> diff --git a/comms/gammu/Makefile b/comms/gammu/Makefile index f2647d01f174..0e06159bbd5c 100644 --- a/comms/gammu/Makefile +++ b/comms/gammu/Makefile @@ -34,7 +34,7 @@ PORTDOCS= * do-configure: @(cd ${WRKSRC}; \ ${LOCALBASE}/bin/cmake ${CMAKE_ARGS}) - @{REINPLACE_CMD} -i '' -e 's:bash:sh:' -e 's:dialog:cdialog:' ${WRKSRC}/utils/gammu-config + @${REINPLACE_CMD} -i '' -e 's:bash:sh:' -e 's:dialog:cdialog:' ${WRKSRC}/utils/gammu-config .include <bsd.port.pre.mk> |