diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-12-06 20:23:12 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-12-06 20:23:12 +0800 |
commit | a8660844fa529a1e78fae10b56f4892341ba50d3 (patch) | |
tree | 5ebc02bab845c1e2c52c8121ba459d5490b82c0f /archivers/lzo2 | |
parent | b35269833a9938872b3cc88b4b019e657dc0ff7f (diff) | |
download | freebsd-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/Makefile | 6 | ||||
-rw-r--r-- | archivers/lzo2/pkg-descr | 2 |
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/ |