1. Added MAN1=xdvi.1 in Makefile and removed xdvi.1.gz from pkg-plist
(suggested directly by E-Mail from sf@FreeBSD.org) 2. Changed MAINTAINER name
This commit is contained in:
parent
3cdb10126e
commit
90b4351f42
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36759
2 changed files with 3 additions and 2 deletions
|
@ -22,7 +22,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
|||
951109.04.Z
|
||||
DIST_SUBDIR= xdvi
|
||||
|
||||
MAINTAINER= mita@jp.FreeBSD.org
|
||||
MAINTAINER= mita@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= VFlib2.24:${PORTSDIR}/japanese/vflib
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/fonts/pk${RESOLUTION}:${PORTSDIR}/print/pkfonts${RESOLUTION}
|
||||
|
@ -32,6 +32,8 @@ USE_IMAKE= yes
|
|||
XMKMF= xmkmf
|
||||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
MAN1= xdvi.1
|
||||
|
||||
.if !defined(RESOLUTION)
|
||||
RESOLUTION= 300
|
||||
.else
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
@cwd /usr/X11R6
|
||||
bin/xdvi
|
||||
man/man1/xdvi.1.gz
|
||||
@cwd /usr/local
|
||||
share/tex/xdvipaper.dvi2ps-j
|
||||
share/tex/xdvipaper.dvips
|
||||
|
|
Loading…
Reference in a new issue