diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-03 13:40:08 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-03 13:40:08 +0000 |
commit | 2aa69d3577ab8c704a3227ec30320e309382aa26 (patch) | |
tree | 8a699a455f64a2df5ccd21851e07b4a99ec94156 | |
parent | c1b93607a86719bf392cd7a3e44a645d20c84876 (diff) | |
download | ports-2aa69d3577ab8c704a3227ec30320e309382aa26.tar.gz ports-2aa69d3577ab8c704a3227ec30320e309382aa26.zip |
Notes
-rw-r--r-- | deskutils/x026/Makefile | 5 | ||||
-rw-r--r-- | mail/gensig/Makefile | 3 | ||||
-rw-r--r-- | mail/gensig/pkg-plist | 2 | ||||
-rw-r--r-- | mail/surblhost/Makefile | 5 | ||||
-rw-r--r-- | print/libppd/Makefile | 6 | ||||
-rw-r--r-- | print/libppd/pkg-plist | 8 |
6 files changed, 14 insertions, 15 deletions
diff --git a/deskutils/x026/Makefile b/deskutils/x026/Makefile index 6cf0d2c3ba2c..f258d1f467f8 100644 --- a/deskutils/x026/Makefile +++ b/deskutils/x026/Makefile @@ -13,8 +13,7 @@ COMMENT= IBM 026 Keypunch Emulator for the X Window System USES= imake USE_XORG= xaw7 xpm xt -PLIST_FILES= bin/${PORTNAME} -MAN1= ${PORTNAME}.1 +PLIST_FILES= bin/${PORTNAME} \ + man/man1/x026.1.gz -NO_STAGE= yes .include <bsd.port.mk> diff --git a/mail/gensig/Makefile b/mail/gensig/Makefile index cca36b9c4603..622c1247ad5e 100644 --- a/mail/gensig/Makefile +++ b/mail/gensig/Makefile @@ -13,7 +13,4 @@ COMMENT= A random .signature generator GNU_CONFIGURE= yes -MAN1= gensig.1 cattag.1 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/mail/gensig/pkg-plist b/mail/gensig/pkg-plist index cc8c17eeb922..8e56612c44bf 100644 --- a/mail/gensig/pkg-plist +++ b/mail/gensig/pkg-plist @@ -1,4 +1,6 @@ bin/gensig bin/cattag share/gensig/taglines +man/man1/cattag.1.gz +man/man1/gensig.1.gz @dirrm share/gensig diff --git a/mail/surblhost/Makefile b/mail/surblhost/Makefile index 88fe0e85f839..eba891dd1bde 100644 --- a/mail/surblhost/Makefile +++ b/mail/surblhost/Makefile @@ -11,8 +11,7 @@ COMMENT= Check if a hostname is blacklisted USE_BZIP2= yes GNU_CONFIGURE= yes -PLIST_FILES= bin/${PORTNAME} -MAN1= ${PORTNAME}.1 +PLIST_FILES= bin/${PORTNAME} \ + man/man1/surblhost.1.gz -NO_STAGE= yes .include <bsd.port.mk> 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 |