diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-26 16:27:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-26 16:27:35 +0000 |
commit | d40498ede62d8066df8ce67928516fa9cc0d1a29 (patch) | |
tree | 2e69d807a5e881857c312ca0572f3691be596207 /archivers/plzip | |
parent | a808a813e8e37aec5ab1000282ce6e04e72cf801 (diff) | |
download | ports-d40498ede62d8066df8ce67928516fa9cc0d1a29.tar.gz ports-d40498ede62d8066df8ce67928516fa9cc0d1a29.zip |
Notes
Diffstat (limited to 'archivers/plzip')
-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> |