diff options
-rw-r--r-- | archivers/lzo/Makefile | 6 | ||||
-rw-r--r-- | archivers/lzo/pkg-descr | 2 | ||||
-rw-r--r-- | archivers/lzo2/Makefile | 6 | ||||
-rw-r--r-- | archivers/lzo2/pkg-descr | 2 |
4 files changed, 8 insertions, 8 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> diff --git a/archivers/lzo/pkg-descr b/archivers/lzo/pkg-descr index 4add451eabcd..ab23165d86e3 100644 --- a/archivers/lzo/pkg-descr +++ b/archivers/lzo/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/ 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/ |