diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-09-25 11:17:42 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-09-25 11:17:42 +0800 |
commit | bea719d5a842450b346d5d8ced40377b7bf1e6d4 (patch) | |
tree | 5a01715b09f36f9114123f7a8f393338f6196e5d /archivers/liblzxcomp | |
parent | f64f6526dbc5c4373eb0e29be94808c6394f496c (diff) | |
download | freebsd-ports-gnome-bea719d5a842450b346d5d8ced40377b7bf1e6d4.tar.gz freebsd-ports-gnome-bea719d5a842450b346d5d8ced40377b7bf1e6d4.tar.zst freebsd-ports-gnome-bea719d5a842450b346d5d8ced40377b7bf1e6d4.zip |
Support stage.
Diffstat (limited to 'archivers/liblzxcomp')
-rw-r--r-- | archivers/liblzxcomp/Makefile | 4 | ||||
-rw-r--r-- | archivers/liblzxcomp/pkg-plist | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/archivers/liblzxcomp/Makefile b/archivers/liblzxcomp/Makefile index 23ec1376efdf..631de2af04a1 100644 --- a/archivers/liblzxcomp/Makefile +++ b/archivers/liblzxcomp/Makefile @@ -14,10 +14,6 @@ USE_LDCONFIG= YES SHLIB_MAJOR= 1 PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" -MAN3= lzxcomp.3 -MANCOMPRESSED= yes -NO_STAGE= yes - .if defined(NOPROFILE) PLIST_SUB+= PROFILE="@comment " .else diff --git a/archivers/liblzxcomp/pkg-plist b/archivers/liblzxcomp/pkg-plist index 9f1635ba902a..0bc86c03886f 100644 --- a/archivers/liblzxcomp/pkg-plist +++ b/archivers/liblzxcomp/pkg-plist @@ -4,3 +4,4 @@ lib/liblzxcomp.a lib/liblzxcomp.so lib/liblzxcomp.so.%%SHLIB_MAJOR%% %%PROFILE%%lib/liblzxcomp_p.a +man/man3/lzxcomp.3.gz |