diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-01-09 11:32:12 +0100 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-01-09 11:32:17 +0100 |
commit | 03c7f3c4124caf0cd8735753986ee630eadd37a1 (patch) | |
tree | 189a80efa2e38aa19030ea7b4b8cb695b45c1793 /print | |
parent | 7f150628b82a9393c17e596a0b838a425c3842ea (diff) | |
download | freebsd-ports-03c7f3c4124caf0cd8735753986ee630eadd37a1.zip |
MANPREFIX: eleminate its usage and move man to share/man
Diffstat (limited to 'print')
-rw-r--r-- | print/bibcursed/Makefile | 5 | ||||
-rw-r--r-- | print/catdvi/Makefile | 6 | ||||
-rw-r--r-- | print/dvi2tty/Makefile | 7 | ||||
-rw-r--r-- | print/makeindex/Makefile | 4 | ||||
-rw-r--r-- | print/makeindex/pkg-plist | 2 | ||||
-rw-r--r-- | print/nenscript/Makefile | 3 | ||||
-rw-r--r-- | print/nenscript/pkg-plist | 2 | ||||
-rw-r--r-- | print/panda/Makefile | 4 | ||||
-rw-r--r-- | print/panda/pkg-plist | 182 | ||||
-rw-r--r-- | print/pcal/Makefile | 3 | ||||
-rw-r--r-- | print/pcal/pkg-plist | 2 | ||||
-rw-r--r-- | print/pfbtopfa/Makefile | 6 |
12 files changed, 115 insertions, 111 deletions
diff --git a/print/bibcursed/Makefile b/print/bibcursed/Makefile index a001eb1c0ca0..81669ce339a3 100644 --- a/print/bibcursed/Makefile +++ b/print/bibcursed/Makefile @@ -1,5 +1,6 @@ PORTNAME= bibcursed PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= SF DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -10,7 +11,7 @@ COMMENT= Simple curses-based editor for BibTeX bibliography files USES= ncurses tar:tgz WRKSRC= ${WRKDIR}/${PORTNAME} -PLIST_FILES= bin/bibcursed man/man1/bibcursed.1.gz +PLIST_FILES= bin/bibcursed share/man/man1/bibcursed.1.gz do-build: (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${CC} ${CFLAGS} \ @@ -18,6 +19,6 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include <bsd.port.mk> diff --git a/print/catdvi/Makefile b/print/catdvi/Makefile index a4010be3fe66..42dd26c03a71 100644 --- a/print/catdvi/Makefile +++ b/print/catdvi/Makefile @@ -1,6 +1,6 @@ PORTNAME= catdvi PORTVERSION= 0.14 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= print MASTER_SITES= SF @@ -17,13 +17,13 @@ MAKEFILE= GNUmakefile ALL_TARGET= # empty MAKE_JOBS_UNSAFE= yes -PLIST_FILES= bin/catdvi man/man1/catdvi.1.gz +PLIST_FILES= bin/catdvi share/man/man1/catdvi.1.gz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib do-install: ${INSTALL_PROGRAM} ${WRKSRC}/catdvi ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/catdvi.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/catdvi.1 ${STAGEDIR}${MANPREFIX}/share/man/man1 .include <bsd.port.mk> diff --git a/print/dvi2tty/Makefile b/print/dvi2tty/Makefile index c8f9e23a7ee0..2539252266fc 100644 --- a/print/dvi2tty/Makefile +++ b/print/dvi2tty/Makefile @@ -1,5 +1,6 @@ PORTNAME= dvi2tty PORTVERSION= 5.3.4 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://www.mesa.nl/pub/dvi2tty/ EXTRACT_SUFX= .tgz @@ -13,13 +14,13 @@ CONFLICTS= texlive-base # bin/disdvi bin/dvi2tty MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${STRIP}" PLIST_FILES= bin/disdvi bin/dvi2tty \ - man/man1/disdvi.1.gz \ - man/man1/dvi2tty.1.gz + share/man/man1/disdvi.1.gz \ + share/man/man1/dvi2tty.1.gz do-install: .for name in disdvi dvi2tty ${INSTALL_PROGRAM} ${WRKSRC}/${name} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${name}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${name}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .endfor .include <bsd.port.mk> diff --git a/print/makeindex/Makefile b/print/makeindex/Makefile index 7e3ada4b6a30..6c8bfebfecca 100644 --- a/print/makeindex/Makefile +++ b/print/makeindex/Makefile @@ -1,6 +1,6 @@ PORTNAME= makeindex PORTVERSION= 3.0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= http://ftp.linux.cz/pub/tex/local/indexing/makeindex3/ \ http://ftp.cstug.cz/pub/tex/local/indexing/makeindex3/ @@ -29,6 +29,6 @@ do-install: @(cd ${WRKSRC}/src-3.0/regexp; ${MAKE}) @(cd ${WRKSRC}/src-3.0; ${MAKE} install ${MAKE_ARGS}) @(cd ${WRKSRC}/doc; \ - ${INSTALL_DATA} makeindex.1 ${STAGEDIR}${MANPREFIX}/man/man1) + ${INSTALL_DATA} makeindex.1 ${STAGEDIR}${PREFIX}/share/man/man1) .include <bsd.port.mk> diff --git a/print/makeindex/pkg-plist b/print/makeindex/pkg-plist index 5af627b447ad..146af7f2a868 100644 --- a/print/makeindex/pkg-plist +++ b/print/makeindex/pkg-plist @@ -1,5 +1,5 @@ bin/makeindex -man/man1/makeindex.1.gz +share/man/man1/makeindex.1.gz share/texmf/makeindx/din.ist share/texmf/makeindx/icase.ist share/texmf/makeindx/latex.ist diff --git a/print/nenscript/Makefile b/print/nenscript/Makefile index db66c011d878..93a8dac98ceb 100644 --- a/print/nenscript/Makefile +++ b/print/nenscript/Makefile @@ -1,5 +1,6 @@ PORTNAME= nenscript PORTVERSION= 1.13.3 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://www.ai.mit.edu/projects/im/magnus/nenscript/ @@ -16,7 +17,7 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nenscript ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/nenscript.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/nenscript.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/print/nenscript/pkg-plist b/print/nenscript/pkg-plist index e2c29a43d177..6751d505cc7d 100644 --- a/print/nenscript/pkg-plist +++ b/print/nenscript/pkg-plist @@ -1,3 +1,3 @@ bin/nenscript -man/man1/nenscript.1.gz +share/man/man1/nenscript.1.gz %%PORTDOCS%%%%DOCSDIR%%/readme diff --git a/print/panda/Makefile b/print/panda/Makefile index d1543f0f3cdf..74f4db319206 100644 --- a/print/panda/Makefile +++ b/print/panda/Makefile @@ -1,6 +1,6 @@ PORTNAME= panda PORTVERSION= 0.5.4 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= print MASTER_SITES= SF \ SAVANNAH \ @@ -27,7 +27,7 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS EXAMPLES post-install: - ${INSTALL_MAN} ${WRKSRC}/man/panda_*.3 ${STAGEDIR}${MANPREFIX}/man/man3 + ${INSTALL_MAN} ${WRKSRC}/man/panda_*.3 ${STAGEDIR}${PREFIX}/share/man/man3 @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in AUTHORS CONTRIBUTORS ChangeLog DEV-HINTS README TODO UNDERWAY ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} diff --git a/print/panda/pkg-plist b/print/panda/pkg-plist index 5a7b923d3cab..fd108cfa6f46 100644 --- a/print/panda/pkg-plist +++ b/print/panda/pkg-plist @@ -7,97 +7,97 @@ lib/libpanda.so lib/libpanda.so.0 lib/libpanda.so.0.0.0 libdata/pkgconfig/panda.pc -man/man3/panda_addchild.3.gz -man/man3/panda_addcubiccurvesegment.3.gz -man/man3/panda_addlinesegment.3.gz -man/man3/panda_addquadraticcurvesegmentone.3.gz -man/man3/panda_addquadraticcurvesegmenttwo.3.gz -man/man3/panda_applytemplate.3.gz -man/man3/panda_centerwindow.3.gz -man/man3/panda_checkinfo.3.gz -man/man3/panda_close.3.gz -man/man3/panda_closeline.3.gz -man/man3/panda_closetext.3.gz -man/man3/panda_createandinsertpage.3.gz -man/man3/panda_createfont.3.gz -man/man3/panda_dbclose.3.gz -man/man3/panda_dbopen.3.gz -man/man3/panda_dbread.3.gz -man/man3/panda_dbwrite.3.gz -man/man3/panda_endline.3.gz -man/man3/panda_entergraphicsmode.3.gz -man/man3/panda_error.3.gz -man/man3/panda_exitgraphicsmode.3.gz -man/man3/panda_fillline.3.gz -man/man3/panda_fitwindow.3.gz -man/man3/panda_freeobject.3.gz -man/man3/panda_freetextannotation.3.gz -man/man3/panda_fullscreen.3.gz -man/man3/panda_getfontobj.3.gz -man/man3/panda_hexstring.3.gz -man/man3/panda_hidemenubar.3.gz -man/man3/panda_hidetoolbar.3.gz -man/man3/panda_hidewindowui.3.gz -man/man3/panda_imagebox.3.gz -man/man3/panda_imageboxrot.3.gz -man/man3/panda_init.3.gz -man/man3/panda_insertJPEG.3.gz -man/man3/panda_insertPNG.3.gz -man/man3/panda_insertTIFF.3.gz -man/man3/panda_insertannotation.3.gz -man/man3/panda_makedate.3.gz -man/man3/panda_md5hash.3.gz -man/man3/panda_newobject.3.gz -man/man3/panda_newpage.3.gz -man/man3/panda_newtemplate.3.gz -man/man3/panda_nfspagemodde.3.gz -man/man3/panda_nowdate.3.gz -man/man3/panda_open.3.gz -man/man3/panda_open_actual.3.gz -man/man3/panda_open_suppress.3.gz -man/man3/panda_pageduration.3.gz -man/man3/panda_print.3.gz -man/man3/panda_printf.3.gz -man/man3/panda_processtrans.3.gz -man/man3/panda_putc.3.gz -man/man3/panda_rectangle.3.gz -man/man3/panda_setauthor.3.gz -man/man3/panda_setcharacterspacing.3.gz -man/man3/panda_setcreator.3.gz -man/man3/panda_setfillcolor.3.gz -man/man3/panda_setfont.3.gz -man/man3/panda_setfontmode.3.gz -man/man3/panda_setfontsize.3.gz -man/man3/panda_sethorizontalscaling.3.gz -man/man3/panda_setid.3.gz -man/man3/panda_setkeywords.3.gz -man/man3/panda_setleading.3.gz -man/man3/panda_setlinecap.3.gz -man/man3/panda_setlinecolor.3.gz -man/man3/panda_setlinedashing.3.gz -man/man3/panda_setlinejoin.3.gz -man/man3/panda_setlinestart.3.gz -man/man3/panda_setlinewidth.3.gz -man/man3/panda_setobjectproperty.3.gz -man/man3/panda_setsubject.3.gz -man/man3/panda_settitle.3.gz -man/man3/panda_setwordspacing.3.gz -man/man3/panda_streamprintf.3.gz -man/man3/panda_strokeline.3.gz -man/man3/panda_textannotation.3.gz -man/man3/panda_textbox.3.gz -man/man3/panda_textboxrot.3.gz -man/man3/panda_textdirection.3.gz -man/man3/panda_transduration.3.gz -man/man3/panda_transstyle.3.gz -man/man3/panda_traverseobjects.3.gz -man/man3/panda_writeobject.3.gz -man/man3/panda_writetrailer.3.gz -man/man3/panda_writexref.3.gz -man/man3/panda_xfree.3.gz -man/man3/panda_xmalloc.3.gz -man/man3/panda_xrealloc.3.gz -man/man3/panda_xsnprintf.3.gz +share/man/man3/panda_addchild.3.gz +share/man/man3/panda_addcubiccurvesegment.3.gz +share/man/man3/panda_addlinesegment.3.gz +share/man/man3/panda_addquadraticcurvesegmentone.3.gz +share/man/man3/panda_addquadraticcurvesegmenttwo.3.gz +share/man/man3/panda_applytemplate.3.gz +share/man/man3/panda_centerwindow.3.gz +share/man/man3/panda_checkinfo.3.gz +share/man/man3/panda_close.3.gz +share/man/man3/panda_closeline.3.gz +share/man/man3/panda_closetext.3.gz +share/man/man3/panda_createandinsertpage.3.gz +share/man/man3/panda_createfont.3.gz +share/man/man3/panda_dbclose.3.gz +share/man/man3/panda_dbopen.3.gz +share/man/man3/panda_dbread.3.gz +share/man/man3/panda_dbwrite.3.gz +share/man/man3/panda_endline.3.gz +share/man/man3/panda_entergraphicsmode.3.gz +share/man/man3/panda_error.3.gz +share/man/man3/panda_exitgraphicsmode.3.gz +share/man/man3/panda_fillline.3.gz +share/man/man3/panda_fitwindow.3.gz +share/man/man3/panda_freeobject.3.gz +share/man/man3/panda_freetextannotation.3.gz +share/man/man3/panda_fullscreen.3.gz +share/man/man3/panda_getfontobj.3.gz +share/man/man3/panda_hexstring.3.gz +share/man/man3/panda_hidemenubar.3.gz +share/man/man3/panda_hidetoolbar.3.gz +share/man/man3/panda_hidewindowui.3.gz +share/man/man3/panda_imagebox.3.gz +share/man/man3/panda_imageboxrot.3.gz +share/man/man3/panda_init.3.gz +share/man/man3/panda_insertJPEG.3.gz +share/man/man3/panda_insertPNG.3.gz +share/man/man3/panda_insertTIFF.3.gz +share/man/man3/panda_insertannotation.3.gz +share/man/man3/panda_makedate.3.gz +share/man/man3/panda_md5hash.3.gz +share/man/man3/panda_newobject.3.gz +share/man/man3/panda_newpage.3.gz +share/man/man3/panda_newtemplate.3.gz +share/man/man3/panda_nfspagemodde.3.gz +share/man/man3/panda_nowdate.3.gz +share/man/man3/panda_open.3.gz +share/man/man3/panda_open_actual.3.gz +share/man/man3/panda_open_suppress.3.gz +share/man/man3/panda_pageduration.3.gz +share/man/man3/panda_print.3.gz +share/man/man3/panda_printf.3.gz +share/man/man3/panda_processtrans.3.gz +share/man/man3/panda_putc.3.gz +share/man/man3/panda_rectangle.3.gz +share/man/man3/panda_setauthor.3.gz +share/man/man3/panda_setcharacterspacing.3.gz +share/man/man3/panda_setcreator.3.gz +share/man/man3/panda_setfillcolor.3.gz +share/man/man3/panda_setfont.3.gz +share/man/man3/panda_setfontmode.3.gz +share/man/man3/panda_setfontsize.3.gz +share/man/man3/panda_sethorizontalscaling.3.gz +share/man/man3/panda_setid.3.gz +share/man/man3/panda_setkeywords.3.gz +share/man/man3/panda_setleading.3.gz +share/man/man3/panda_setlinecap.3.gz +share/man/man3/panda_setlinecolor.3.gz +share/man/man3/panda_setlinedashing.3.gz +share/man/man3/panda_setlinejoin.3.gz +share/man/man3/panda_setlinestart.3.gz +share/man/man3/panda_setlinewidth.3.gz +share/man/man3/panda_setobjectproperty.3.gz +share/man/man3/panda_setsubject.3.gz +share/man/man3/panda_settitle.3.gz +share/man/man3/panda_setwordspacing.3.gz +share/man/man3/panda_streamprintf.3.gz +share/man/man3/panda_strokeline.3.gz +share/man/man3/panda_textannotation.3.gz +share/man/man3/panda_textbox.3.gz +share/man/man3/panda_textboxrot.3.gz +share/man/man3/panda_textdirection.3.gz +share/man/man3/panda_transduration.3.gz +share/man/man3/panda_transstyle.3.gz +share/man/man3/panda_traverseobjects.3.gz +share/man/man3/panda_writeobject.3.gz +share/man/man3/panda_writetrailer.3.gz +share/man/man3/panda_writexref.3.gz +share/man/man3/panda_xfree.3.gz +share/man/man3/panda_xmalloc.3.gz +share/man/man3/panda_xrealloc.3.gz +share/man/man3/panda_xsnprintf.3.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog diff --git a/print/pcal/Makefile b/print/pcal/Makefile index 1737cff39a22..aea415de7ea5 100644 --- a/print/pcal/Makefile +++ b/print/pcal/Makefile @@ -1,5 +1,6 @@ PORTNAME= pcal PORTVERSION= 4.11.0 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -34,7 +35,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/html/pcal.cgi ${STAGEDIR}${PREFIX}/libexec ${INSTALL_SCRIPT} ${WRKSRC}/html/pcal.pl ${STAGEDIR}${PREFIX}/libexec ${INSTALL_MAN} ${WRKSRC}/doc/pcal.man \ - ${STAGEDIR}${MANPREFIX}/man/man1/pcal.1 + ${STAGEDIR}${PREFIX}/share/man/man1/pcal.1 do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} diff --git a/print/pcal/pkg-plist b/print/pcal/pkg-plist index 889ebecc428a..3fd481e43777 100644 --- a/print/pcal/pkg-plist +++ b/print/pcal/pkg-plist @@ -1,7 +1,7 @@ bin/pcal libexec/pcal.cgi libexec/pcal.pl -man/man1/pcal.1.gz +share/man/man1/pcal.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/calendar_au.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/calendar_de.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/calendar_ee.txt diff --git a/print/pfbtopfa/Makefile b/print/pfbtopfa/Makefile index e9e22522ba0a..caba9f8b1a3f 100644 --- a/print/pfbtopfa/Makefile +++ b/print/pfbtopfa/Makefile @@ -1,6 +1,6 @@ PORTNAME= pfbtopfa PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= http://www.whizkidtech.redprince.net/pfbtopfa/ \ ftp://ftp.whizkidtech.redprince.net/fonts/ @@ -9,10 +9,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Convert PFB files to the PFA format WWW= http://www.whizkidtech.redprince.net/pfbtopfa/ -PLIST_FILES= bin/pfbtopfa man/man1/pfbtopfa.1.gz +PLIST_FILES= bin/pfbtopfa share/man/man1/pfbtopfa.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pfbtopfa ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/pfbtopfa.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/pfbtopfa.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include <bsd.port.mk> |