summaryrefslogtreecommitdiff
path: root/archivers/lzo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/lzo/Makefile')
-rw-r--r--archivers/lzo/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/lzo/Makefile b/archivers/lzo/Makefile
index bf0bd81d3817..2fe7e2812d79 100644
--- a/archivers/lzo/Makefile
+++ b/archivers/lzo/Makefile
@@ -8,7 +8,7 @@
PORTNAME= lzo
PORTVERSION= 1.07
CATEGORIES= archivers devel
-MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/lzo/ \
+MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/ \
${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= libs/compression
@@ -20,8 +20,8 @@ INSTALLS_SHLIB= yes
post-install:
.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/lzo
- ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/lzo
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
.endif
.include <bsd.port.mk>