aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/lzo2
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-12-06 20:23:12 +0800
committersobomax <sobomax@FreeBSD.org>2001-12-06 20:23:12 +0800
commita8660844fa529a1e78fae10b56f4892341ba50d3 (patch)
tree5ebc02bab845c1e2c52c8121ba459d5490b82c0f /archivers/lzo2
parentb35269833a9938872b3cc88b4b019e657dc0ff7f (diff)
downloadfreebsd-ports-gnome-a8660844fa529a1e78fae10b56f4892341ba50d3.tar.gz
freebsd-ports-gnome-a8660844fa529a1e78fae10b56f4892341ba50d3.tar.zst
freebsd-ports-gnome-a8660844fa529a1e78fae10b56f4892341ba50d3.zip
- Update MASTER_SITES and WWW;
- use DOCSDIR. PR: 32514 Submitted by: Ports Fury
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/