diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-05 07:59:48 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-05 07:59:48 +0800 |
commit | 8839c7b3c229e8f32f50de891cc5d002452a1dae (patch) | |
tree | 08f4459ba3e04a60a68bdb4f4c4932273b52c9a8 /archivers | |
parent | 40add59ea0635d316f53bb21b09aecf0326a5f08 (diff) | |
download | freebsd-ports-gnome-8839c7b3c229e8f32f50de891cc5d002452a1dae.tar.gz freebsd-ports-gnome-8839c7b3c229e8f32f50de891cc5d002452a1dae.tar.zst freebsd-ports-gnome-8839c7b3c229e8f32f50de891cc5d002452a1dae.zip |
Support stage
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lrzip/Makefile | 8 | ||||
-rw-r--r-- | archivers/lrzip/pkg-plist | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/archivers/lrzip/Makefile b/archivers/lrzip/Makefile index e6fdedc3476a..6a1eefc515c7 100644 --- a/archivers/lrzip/Makefile +++ b/archivers/lrzip/Makefile @@ -15,7 +15,6 @@ LICENSE= GPLv2 BUILD_DEPENDS= nasm>=0:${PORTSDIR}/devel/nasm LIB_DEPENDS= liblzo2.so:${PORTSDIR}/archivers/lzo2 -NO_STAGE= yes CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS+= --enable-asm GNU_CONFIGURE= yes @@ -25,11 +24,4 @@ USES= gmake pathfix perl5 USE_PERL5= build USE_LDCONFIG= yes -MAN1= lrunzip.1 \ - lrzcat.1 \ - lrzip.1 \ - lrztar.1 \ - lrzuntar.1 -MAN5= lrzip.conf.5 - .include <bsd.port.mk> diff --git a/archivers/lrzip/pkg-plist b/archivers/lrzip/pkg-plist index b2fd8ea4fa65..b1fe4ebcaa72 100644 --- a/archivers/lrzip/pkg-plist +++ b/archivers/lrzip/pkg-plist @@ -30,5 +30,11 @@ lib/liblrzip.la lib/liblrzip.so lib/liblrzip.so.0 libdata/pkgconfig/lrzip.pc +man/man1/lrunzip.1.gz +man/man1/lrzcat.1.gz +man/man1/lrzip.1.gz +man/man1/lrztar.1.gz +man/man1/lrzuntar.1.gz +man/man5/lrzip.conf.5.gz @dirrm %%DOCSDIR%%/lzma @dirrm %%DOCSDIR%% |