diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-27 00:27:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-27 00:27:35 +0800 |
commit | 1656fcfbda2cdf31bae99056bc7a14f592d7e290 (patch) | |
tree | 2e69d807a5e881857c312ca0572f3691be596207 /archivers | |
parent | dd70e4552d47868712dc5f12fc0cdc534386e76b (diff) | |
download | freebsd-ports-gnome-1656fcfbda2cdf31bae99056bc7a14f592d7e290.tar.gz freebsd-ports-gnome-1656fcfbda2cdf31bae99056bc7a14f592d7e290.tar.zst freebsd-ports-gnome-1656fcfbda2cdf31bae99056bc7a14f592d7e290.zip |
Support stage
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/plzip/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/archivers/plzip/Makefile b/archivers/plzip/Makefile index c3fb0af62670..202a9ca95dff 100644 --- a/archivers/plzip/Makefile +++ b/archivers/plzip/Makefile @@ -11,14 +11,13 @@ COMMENT= Parallel, lossless data compressor based on the LZMA algorithm BUILD_DEPENDS= lzlib>=1.1:${PORTSDIR}/archivers/lzlib -PLIST_FILES= bin/plzip +PLIST_FILES= bin/plzip \ + man/man1/plzip.1.gz -NO_STAGE= yes USES= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= CXXFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -MAN1= plzip.1 INFO= plzip .include <bsd.port.mk> |