aboutsummaryrefslogtreecommitdiff
path: root/www/py-albatross
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-10 03:00:36 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-10 03:00:36 +0000
commit62cab774548d97586bb3c7a47b0f1cfe9a443e4a (patch)
tree6c4dd507c7879eddd1f8b2aa7d021864b837bea4 /www/py-albatross
parent068f0e5406438fb161b4bb9aaeea64495b6ff3b0 (diff)
downloadports-62cab774548d97586bb3c7a47b0f1cfe9a443e4a.tar.gz
ports-62cab774548d97586bb3c7a47b0f1cfe9a443e4a.zip
Notes
Diffstat (limited to 'www/py-albatross')
-rw-r--r--www/py-albatross/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-albatross/Makefile b/www/py-albatross/Makefile
index cea30cf91599..e65af97eea44 100644
--- a/www/py-albatross/Makefile
+++ b/www/py-albatross/Makefile
@@ -22,7 +22,7 @@ post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR} ${EXAMPLESDIR} ${DOCSDIR}/html
@${TAR} -cf - -C ${WRKSRC}/doc . | ${TAR} -xf - -C ${DOCSDIR}
- @${TAR} -cf - -C ${WRKDIR}/albatross-html-$(PORTVERSION) . | ${TAR} -xf - -C ${DOCSDIR}/html
+ @${TAR} -cf - -C ${WRKDIR}/albatross-html-${PORTVERSION} . | ${TAR} -xf - -C ${DOCSDIR}/html
@${TAR} -cf - -C ${WRKSRC}/samples . | ${TAR} -xf - -C ${EXAMPLESDIR}
.endif