diff options
author | bsam <bsam@FreeBSD.org> | 2008-01-14 22:13:27 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2008-01-14 22:13:27 +0800 |
commit | aa713456561afc98a5da4c9b632c4de51d7cddbe (patch) | |
tree | ed1dbfc4e2649288ea52784824cf359f1ebede51 /comms | |
parent | 7b56a6f6cfe9b3ed1853cdd6cfd7d1c4f8224d50 (diff) | |
download | freebsd-ports-gnome-aa713456561afc98a5da4c9b632c4de51d7cddbe.tar.gz freebsd-ports-gnome-aa713456561afc98a5da4c9b632c4de51d7cddbe.tar.zst freebsd-ports-gnome-aa713456561afc98a5da4c9b632c4de51d7cddbe.zip |
Add missing '$' (the wrong patch version has been committed).
Pointed out by: pointyhat (via erwin)
Pointyhat to: bsam (me)
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> |