diff --git a/archivers/lzop/Makefile b/archivers/lzop/Makefile index a7585c50f620..770989f27633 100644 --- a/archivers/lzop/Makefile +++ b/archivers/lzop/Makefile @@ -1,21 +1,23 @@ PORTNAME= lzop DISTVERSION= 1.04 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= http://www.lzop.org/download/ \ LOCAL/mandree MAINTAINER= mandree@FreeBSD.org COMMENT= Fast file compressor similar to gzip, using the LZO library WWW= https://www.lzop.org/ LICENSE= GPLv2+ LIB_DEPENDS= liblzo2.so:archivers/lzo2 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= DOCS .include diff --git a/archivers/lzop/pkg-plist b/archivers/lzop/pkg-plist index 3ece1a53454d..d69562d072c8 100644 --- a/archivers/lzop/pkg-plist +++ b/archivers/lzop/pkg-plist @@ -1,13 +1,13 @@ bin/lzop -man/man1/lzop.1.gz +share/man/man1/lzop.1.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/THANKS %%PORTDOCS%%%%DOCSDIR%%/lzop.html %%PORTDOCS%%%%DOCSDIR%%/lzop.man %%PORTDOCS%%%%DOCSDIR%%/lzop.pod %%PORTDOCS%%%%DOCSDIR%%/lzop.ps %%PORTDOCS%%%%DOCSDIR%%/lzop.tex %%PORTDOCS%%%%DOCSDIR%%/lzop.txt