diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-09-25 03:17:42 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-09-25 03:17:42 +0000 |
commit | 2ca1515029130edddf1a8f4687b0c24b7999f83d (patch) | |
tree | 5a01715b09f36f9114123f7a8f393338f6196e5d /archivers/liblzxcomp | |
parent | a64fa51958b6b833f3369fdd695942f9430f1c8f (diff) |
Notes
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 |