diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2014-05-31 18:08:09 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2014-05-31 18:08:09 +0000 |
commit | 2ae76e59f069818c5b4f35c53b8f366a92a3a6a4 (patch) | |
tree | 0c81b92dc91ae165f4355809adfa0684ce00930b /german | |
parent | 3a22921826b44f4c8c0b222ad1611054926ba21c (diff) | |
download | ports-2ae76e59f069818c5b4f35c53b8f366a92a3a6a4.tar.gz ports-2ae76e59f069818c5b4f35c53b8f366a92a3a6a4.zip |
Notes
Diffstat (limited to 'german')
-rw-r--r-- | german/selfhtml/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/german/selfhtml/Makefile b/german/selfhtml/Makefile index 9862c3175605..c816e100938b 100644 --- a/german/selfhtml/Makefile +++ b/german/selfhtml/Makefile @@ -21,10 +21,10 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} MAINTAINER= ports@FreeBSD.org COMMENT= Extensive German HTML reference -WRKSRC= ${WRKDIR} NO_BUILD= yes USES= dos2unix zip +EXTRACT_AFTER_ARGS= -d ${WRKSRC} DOS2UNIX_REGEX= .*\.(css|dhtml|diverses|editorial|grafik|helferlein|htm|inter|intro|javascript|layouts|navigation|perl|php|projekt|quellen|servercgi|src|xml|xls|dtd)$$ PORTDOCS= \ @@ -49,13 +49,8 @@ PORTDOCS= \ src \ xml -NO_STAGE= yes do-install: - @${MKDIR} ${DOCSDIR} -# line taken from textproc/xerces-j maintained by hq@FreeBSD.org -# recursively create dirs and install docs - @cd ${WRKSRC} && \ - ${FIND} ${PORTDOCS} -type d -exec ${MKDIR} "${DOCSDIR}/{}" \; && \ - ${FIND} ${PORTDOCS} -not -type d -exec ${INSTALL_DATA} "{}" "${DOCSDIR}/{}" \; + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) .include <bsd.port.mk> |