diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-03-01 18:02:21 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-03-01 18:02:21 +0000 |
commit | 36714cfe3b753545eba40baa4c96a1c442070ce8 (patch) | |
tree | 0b6d83bddfc9050170128f45d050099c317ccd32 /textproc | |
parent | 9f8a27fdf188850dda1c6bc8f8085198c9725be2 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/lttoolbox/Makefile | 3 | ||||
-rw-r--r-- | textproc/lttoolbox/pkg-plist | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/textproc/lttoolbox/Makefile b/textproc/lttoolbox/Makefile index 739814b59af2..dd39e2c984b9 100644 --- a/textproc/lttoolbox/Makefile +++ b/textproc/lttoolbox/Makefile @@ -15,12 +15,9 @@ APVER= 3.2 APREV= 0 GNU_CONFIGURE= yes - USE_LDCONFIG= yes USES= pathfix pkgconfig PLIST_SUB+= APVER="${APVER}" -MAN1= lt-comp.1 lt-expand.1 lt-proc.1 lt-tmxcomp.1 lt-tmxproc.1 -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/lttoolbox/pkg-plist b/textproc/lttoolbox/pkg-plist index 9af2a0a72530..46bea301edca 100644 --- a/textproc/lttoolbox/pkg-plist +++ b/textproc/lttoolbox/pkg-plist @@ -34,6 +34,11 @@ lib/liblttoolbox3.la lib/liblttoolbox3.so libdata/pkgconfig/lttoolbox-%%APVER%%.pc %%DATADIR%%/dix.dtd +man/man1/lt-comp.1.gz +man/man1/lt-expand.1.gz +man/man1/lt-proc.1.gz +man/man1/lt-tmxcomp.1.gz +man/man1/lt-tmxproc.1.gz @dirrm %%DATADIR%% @dirrm include/lttoolbox-%%APVER%%/lttoolbox @dirrm include/lttoolbox-%%APVER%% |