diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-08-08 22:30:33 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-08-08 22:30:33 +0000 |
commit | f02e0d0a70f329ad97e7ed8cc9220403c5776876 (patch) | |
tree | 7f1ea05733581e7cd06c90592414a3f894a99ee2 /polish/sms2 | |
parent | 97cc26f65444a993d4a0a8e90e048b59f814af0b (diff) | |
download | ports-f02e0d0a70f329ad97e7ed8cc9220403c5776876.tar.gz ports-f02e0d0a70f329ad97e7ed8cc9220403c5776876.zip |
Notes
Diffstat (limited to 'polish/sms2')
-rw-r--r-- | polish/sms2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polish/sms2/Makefile b/polish/sms2/Makefile index 5aec5f917076..ca676a0419cc 100644 --- a/polish/sms2/Makefile +++ b/polish/sms2/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm WRKSRC= ${WRKDIR}/sms USE_GMAKE= yes USE_REINPLACE= yes -REINPLACE_ARGS= # empty +REINPLACE_ARGS= -i "" MAKE_ARGS= CXX="${CXX}" .if defined(NOPORTDOCS) MAKE_ARGS+= NOPORTDOCS=1 |