summaryrefslogtreecommitdiff
path: root/archivers/lzo2
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-12-06 12:23:12 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-12-06 12:23:12 +0000
commita553b7fb34874296f513a6042f6149ef6b27db15 (patch)
treeb04117b50045d7f22f64aa111cd70245a0bcb9db /archivers/lzo2
parent- Fix MASTER_SITES (diff)
- Update MASTER_SITES and WWW;
- use DOCSDIR. PR: 32514 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=51134
Diffstat (limited to 'archivers/lzo2')
-rw-r--r--archivers/lzo2/Makefile6
-rw-r--r--archivers/lzo2/pkg-descr2
2 files changed, 4 insertions, 4 deletions
diff --git a/archivers/lzo2/Makefile b/archivers/lzo2/Makefile
index bf0bd81d3817..2fe7e2812d79 100644
--- a/archivers/lzo2/Makefile
+++ b/archivers/lzo2/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>
diff --git a/archivers/lzo2/pkg-descr b/archivers/lzo2/pkg-descr
index 4add451eabcd..ab23165d86e3 100644
--- a/archivers/lzo2/pkg-descr
+++ b/archivers/lzo2/pkg-descr
@@ -19,4 +19,4 @@
Author: Markus Franz Xaver Johannes Oberhumer
markus.oberhumer@jk.uni-linz.ac.at
-WWW: http://wildsau.idv.uni-linz.ac.at/mfx/lzo.html
+WWW: http://www.oberhumer.com/opensource/lzo/