aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/duplicity
diff options
context:
space:
mode:
authorvd <vd@FreeBSD.org>2006-12-12 18:49:21 +0800
committervd <vd@FreeBSD.org>2006-12-12 18:49:21 +0800
commit17ce5f54dc7beb92045af5aea3df9ed275107682 (patch)
tree878e8941c2db4e8021ac6b6fe6e1b9b5332dc93b /sysutils/duplicity
parent53dfea8afbd71f52e7ae9410bed9e06bd5ae4c11 (diff)
downloadfreebsd-ports-gnome-17ce5f54dc7beb92045af5aea3df9ed275107682.tar.gz
freebsd-ports-gnome-17ce5f54dc7beb92045af5aea3df9ed275107682.tar.zst
freebsd-ports-gnome-17ce5f54dc7beb92045af5aea3df9ed275107682.zip
A bunch of cosmetic changes:
* remove DOCSDIR definition, it is redundant with the one in bsd.port.mk * remove @ before install commands so one can see what is installed
Diffstat (limited to 'sysutils/duplicity')
-rw-r--r--sysutils/duplicity/Makefile7
1 files changed, 3 insertions, 4 deletions
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