diff options
-rw-r--r-- | sysutils/duplicity-devel/Makefile | 7 | ||||
-rw-r--r-- | sysutils/duplicity/Makefile | 7 | ||||
-rw-r--r-- | sysutils/duplicity05/Makefile | 7 |
3 files changed, 9 insertions, 12 deletions
diff --git a/sysutils/duplicity-devel/Makefile b/sysutils/duplicity-devel/Makefile index f5c2472f9c3a..32bcf638dcb5 100644 --- a/sysutils/duplicity-devel/Makefile +++ b/sysutils/duplicity-devel/Makefile @@ -19,20 +19,19 @@ LIB_DEPENDS= rsync.1:${PORTSDIR}/net/librsync RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes MAN1= duplicity.1 rdiffdir.1 DOCFILES= CHANGELOG COPYING README -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME} post-install: ${INSTALL_MAN} ${WRKSRC}/duplicity.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/rdiffdir.1 ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} + ${MKDIR} ${DOCSDIR} .for file in ${DOCFILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif diff --git a/sysutils/duplicity/Makefile b/sysutils/duplicity/Makefile index f5c2472f9c3a..32bcf638dcb5 100644 --- a/sysutils/duplicity/Makefile +++ b/sysutils/duplicity/Makefile @@ -19,20 +19,19 @@ LIB_DEPENDS= rsync.1:${PORTSDIR}/net/librsync RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes MAN1= duplicity.1 rdiffdir.1 DOCFILES= CHANGELOG COPYING README -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME} post-install: ${INSTALL_MAN} ${WRKSRC}/duplicity.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/rdiffdir.1 ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} + ${MKDIR} ${DOCSDIR} .for file in ${DOCFILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif diff --git a/sysutils/duplicity05/Makefile b/sysutils/duplicity05/Makefile index f5c2472f9c3a..32bcf638dcb5 100644 --- a/sysutils/duplicity05/Makefile +++ b/sysutils/duplicity05/Makefile @@ -19,20 +19,19 @@ LIB_DEPENDS= rsync.1:${PORTSDIR}/net/librsync RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes MAN1= duplicity.1 rdiffdir.1 DOCFILES= CHANGELOG COPYING README -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME} post-install: ${INSTALL_MAN} ${WRKSRC}/duplicity.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/rdiffdir.1 ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} + ${MKDIR} ${DOCSDIR} .for file in ${DOCFILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif |