diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-05 16:50:02 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-05 16:50:02 +0000 |
commit | b3b471dc65f00f683618b3d64f6e6f3882d2780a (patch) | |
tree | a63105be20253ab78fad405c994ca28d8d84b084 /security/php4-cryptopp | |
parent | 1c3e6391d414e15d2f31f2e1c73a5ff29bc1ea95 (diff) | |
download | ports-b3b471dc65f00f683618b3d64f6e6f3882d2780a.tar.gz ports-b3b471dc65f00f683618b3d64f6e6f3882d2780a.zip |
- Move perl invocation to post-build, just to be sure
Notes
Notes:
svn path=/head/; revision=128079
Diffstat (limited to 'security/php4-cryptopp')
-rw-r--r-- | security/php4-cryptopp/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/php4-cryptopp/Makefile b/security/php4-cryptopp/Makefile index 1c540189ff81..3af9b58bbebf 100644 --- a/security/php4-cryptopp/Makefile +++ b/security/php4-cryptopp/Makefile @@ -32,13 +32,13 @@ CONFIGURE_ARGS= --with-cryptopp PORTDOCS= README ${PORTNAME}.doc .endif -post-extract: -# convert sgml documentation to plain text - @${PERL} -e '$$/=">";' -e 'while(<>){s/<.*>//;print;}' < ${WRKSRC}/docs/${PORTNAME}.sgml > ${WRKSRC}/${PORTNAME}.doc - post-patch: @${REINPLACE_CMD} -e 's|-march=pentium3 -O3 -g -pipe -fomit-frame-pointer|${CFLAGS}|' ${WRKSRC}/config.m4 +post-build: +# convert sgml documentation to plain text + @${PERL} -e '$$/=">";' -e 'while(<>){s/<.*>//;print;}' < ${WRKSRC}/docs/${PORTNAME}.sgml > ${WRKSRC}/${PORTNAME}.doc + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} |