diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-06-17 06:35:47 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-06-17 06:35:47 +0000 |
commit | ac114bfe56547f48d4c66c873fdc423e63fcae90 (patch) | |
tree | 9809b851728496860a9bee4a85968fa2b5195b32 /multimedia | |
parent | 02cff2632a35b9031da98c7ab097832fc07f44da (diff) | |
download | ports-ac114bfe56547f48d4c66c873fdc423e63fcae90.tar.gz ports-ac114bfe56547f48d4c66c873fdc423e63fcae90.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gsubedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gsubedit/Makefile b/multimedia/gsubedit/Makefile index aa3a4132ba25..fd2f74d6de94 100644 --- a/multimedia/gsubedit/Makefile +++ b/multimedia/gsubedit/Makefile @@ -44,8 +44,8 @@ post-patch: # do not install docs .ifdef(NOPORTDOCS) @${REINPLACE_CMD} -E -e \ - 's|^(install-data-am.+)install-gsubeditdocDATA|\1|' - \ ${WRKSRC}/Makefile.in + 's|^(install-data-am.+)install-gsubeditdocDATA|\1|' \ + ${WRKSRC}/Makefile.in .endif .include <bsd.port.mk> |