diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-03 21:40:08 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-03 21:40:08 +0800 |
commit | 1dda6c714b7c0c822592f5c418f9ad114cc3bbb0 (patch) | |
tree | 8a699a455f64a2df5ccd21851e07b4a99ec94156 /print/libppd | |
parent | 253548de9f3ec6ec5f69640b1c275191f09876bd (diff) | |
download | freebsd-ports-gnome-1dda6c714b7c0c822592f5c418f9ad114cc3bbb0.tar.gz freebsd-ports-gnome-1dda6c714b7c0c822592f5c418f9ad114cc3bbb0.tar.zst freebsd-ports-gnome-1dda6c714b7c0c822592f5c418f9ad114cc3bbb0.zip |
- Stage support
Diffstat (limited to 'print/libppd')
-rw-r--r-- | print/libppd/Makefile | 6 | ||||
-rw-r--r-- | print/libppd/pkg-plist | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/print/libppd/Makefile b/print/libppd/Makefile index 39bd571bb87d..40839ef7d040 100644 --- a/print/libppd/Makefile +++ b/print/libppd/Makefile @@ -16,10 +16,4 @@ USE_LDCONFIG= Yes USE_GNOME= glib12 MAKE_JOBS_UNSAFE= yes -MAN1= ppdfilt.1 -MAN3= ppd_check_option_is_marked.3 ppd_emit_to_file.3 \ - ppd_file_free.3 ppd_file_new.3 ppd_find_choice.3 \ - ppd_get_num_conflicts.3 ppd_get_page_length.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/libppd/pkg-plist b/print/libppd/pkg-plist index 84441fc4b7ad..1002511580a9 100644 --- a/print/libppd/pkg-plist +++ b/print/libppd/pkg-plist @@ -7,5 +7,13 @@ lib/libppd.la lib/libppd.so lib/libppd.so.1 share/postscript/ppd/generic-printer.ppd +man/man1/ppdfilt.1.gz +man/man3/ppd_check_option_is_marked.3.gz +man/man3/ppd_emit_to_file.3.gz +man/man3/ppd_file_free.3.gz +man/man3/ppd_file_new.3.gz +man/man3/ppd_find_choice.3.gz +man/man3/ppd_get_num_conflicts.3.gz +man/man3/ppd_get_page_length.3.gz @dirrm share/postscript/ppd @dirrm share/postscript |