diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-05 13:45:39 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-05 13:45:39 +0000 |
commit | c57133fc365bbbda0130bdef7e2be2f6212c7b74 (patch) | |
tree | 9fd8f3d259351b0293c2c2251beccb8764555320 /german/pecl-konto_check | |
parent | 58fb45f3dd6072a62c8853d31c25cee7e8140684 (diff) | |
download | ports-c57133fc365bbbda0130bdef7e2be2f6212c7b74.tar.gz ports-c57133fc365bbbda0130bdef7e2be2f6212c7b74.zip |
Notes
Diffstat (limited to 'german/pecl-konto_check')
-rw-r--r-- | german/pecl-konto_check/Makefile | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/german/pecl-konto_check/Makefile b/german/pecl-konto_check/Makefile index 71ef7e5b224f..a1dd57219723 100644 --- a/german/pecl-konto_check/Makefile +++ b/german/pecl-konto_check/Makefile @@ -20,9 +20,6 @@ DEFAULT_PHP_VER=53 WRKSRC= ${WRKDIR}/php -NO_STAGE= yes -.include <bsd.port.pre.mk> - post-extract: @${UNZIP_CMD} -q -d ${WRKDIR} ${WRKDIR}/php.zip @@ -30,13 +27,10 @@ post-patch: @${REINPLACE_CMD} -e "s|\"/etc|\"${ETCDIR}|g;" ${WRKSRC}/konto_check.c ${WRKSRC}/konto_check.lxx post-install: - @${MKDIR} ${ETCDIR} - @${INSTALL_DATA} ${WRKDIR}/blz.lut ${ETCDIR} - @${INSTALL_DATA} ${WRKDIR}/blz.lut2 ${ETCDIR} - -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKDIR}/00liesmich.pdf ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${ETCDIR} + @${INSTALL_DATA} ${WRKDIR}/blz.lut ${STAGEDIR}${ETCDIR} + @${INSTALL_DATA} ${WRKDIR}/blz.lut2 ${STAGEDIR}${ETCDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + @${INSTALL_DATA} ${WRKDIR}/00liesmich.pdf ${STAGEDIR}${DOCSDIR} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |