mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Move manpages from pkg/PLIST to Makefile.
This commit is contained in:
parent
b99e80eead
commit
aa8e571660
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14110
@ -4,7 +4,7 @@
|
|||||||
# Date created: Mon Feb 03, 1997
|
# Date created: Mon Feb 03, 1997
|
||||||
# Whom: David O'Brien (obrien@FreeBSD.org)
|
# Whom: David O'Brien (obrien@FreeBSD.org)
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.5 1998/08/07 23:56:45 asami Exp $
|
# $Id: Makefile,v 1.6 1998/09/21 22:15:57 steve Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= bibcard.6.4
|
DISTNAME= bibcard.6.4
|
||||||
@ -19,6 +19,7 @@ LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview-lib
|
|||||||
|
|
||||||
NO_WRKSUBDIR= yes
|
NO_WRKSUBDIR= yes
|
||||||
USE_IMAKE= yes
|
USE_IMAKE= yes
|
||||||
|
MAN1= bibcard.1
|
||||||
|
|
||||||
pre-configure:
|
pre-configure:
|
||||||
@${ECHO} "OPENWINHOME=${PREFIX}" \
|
@${ECHO} "OPENWINHOME=${PREFIX}" \
|
||||||
|
@ -1,3 +1,2 @@
|
|||||||
bin/bibcard
|
bin/bibcard
|
||||||
man/man1/bibcard.1.gz
|
|
||||||
lib/help/bt.info
|
lib/help/bt.info
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# Date created: 21 July 1997
|
# Date created: 21 July 1997
|
||||||
# Whom: dbader@eece.unm.edu
|
# Whom: dbader@eece.unm.edu
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.3 1997/11/24 08:40:52 tg Exp $
|
# $Id: Makefile,v 1.4 1998/04/19 18:03:26 mph Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= bibview-2.2
|
DISTNAME= bibview-2.2
|
||||||
@ -15,5 +15,6 @@ MAINTAINER= dbader@eece.unm.edu
|
|||||||
|
|
||||||
USE_IMAKE= yes
|
USE_IMAKE= yes
|
||||||
WRKSRC= ${WRKDIR}/bibview-2.2
|
WRKSRC= ${WRKDIR}/bibview-2.2
|
||||||
|
MAN1= bibview.1
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
bin/bibview
|
bin/bibview
|
||||||
lib/X11/app-defaults/BibView
|
lib/X11/app-defaults/BibView
|
||||||
lib/X11/app-defaults/BibView-color
|
lib/X11/app-defaults/BibView-color
|
||||||
man/man1/bibview.1.gz
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# Date created: 21 October 1994
|
# Date created: 21 October 1994
|
||||||
# Whom: jkh
|
# Whom: jkh
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.9 1997/01/14 09:11:49 asami Exp $
|
# $Id: Makefile,v 1.10 1997/07/13 18:49:28 max Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= ghostview-1.5
|
DISTNAME= ghostview-1.5
|
||||||
@ -13,6 +13,7 @@ MASTER_SITES= ${MASTER_SITE_GNU}
|
|||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
|
||||||
USE_IMAKE= yes
|
USE_IMAKE= yes
|
||||||
|
MAN1= ghostview.1
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
|
@${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
|
||||||
|
@ -1,3 +1,2 @@
|
|||||||
bin/ghostview
|
bin/ghostview
|
||||||
lib/X11/app-defaults/Ghostview
|
lib/X11/app-defaults/Ghostview
|
||||||
man/man1/ghostview.1.gz
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# Date created: 16 Apr 1996
|
# Date created: 16 Apr 1996
|
||||||
# Whom: tg@freebsd.org
|
# Whom: tg@freebsd.org
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.17 1998/08/07 23:56:46 asami Exp $
|
# $Id: Makefile,v 1.18 1998/09/21 01:35:32 steve Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= gv-3.5.8
|
DISTNAME= gv-3.5.8
|
||||||
@ -15,6 +15,7 @@ MAINTAINER= ports@freebsd.org
|
|||||||
LIB_DEPENDS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d
|
LIB_DEPENDS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d
|
||||||
|
|
||||||
USE_IMAKE= yes
|
USE_IMAKE= yes
|
||||||
|
MAN1= gv.1
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
|
@ -3,7 +3,6 @@ lib/X11/app-defaults/GV
|
|||||||
lib/X11/gv/gv_class.ad
|
lib/X11/gv/gv_class.ad
|
||||||
lib/X11/gv/gv_system.ad
|
lib/X11/gv/gv_system.ad
|
||||||
lib/X11/gv/gv_user.ad
|
lib/X11/gv/gv_user.ad
|
||||||
man/man1/gv.1.gz
|
|
||||||
share/doc/gv/comments.doc.gz
|
share/doc/gv/comments.doc.gz
|
||||||
share/doc/gv/gs.interface.gz
|
share/doc/gv/gs.interface.gz
|
||||||
share/doc/gv/gv-1.html
|
share/doc/gv/gv-1.html
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# Date created: 1 October 1994
|
# Date created: 1 October 1994
|
||||||
# Whom: jmz
|
# Whom: jmz
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.22 1996/11/30 10:41:21 asami Exp $
|
# $Id: Makefile,v 1.23 1997/03/09 22:51:56 jmz Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= xdvi-20
|
DISTNAME= xdvi-20
|
||||||
@ -25,6 +25,8 @@ SCRIPTS_ENV= PACKAGE_BUILDING=${PACKAGE_BUILDING}
|
|||||||
IS_INTERACTIVE= yes
|
IS_INTERACTIVE= yes
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
MAN1= xdvi.1
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
@${MKDIR} ${PREFIX}/man/man1
|
@${MKDIR} ${PREFIX}/man/man1
|
||||||
@${MKDIR} ${PREFIX}/bin
|
@${MKDIR} ${PREFIX}/bin
|
||||||
|
@ -1,3 +1,2 @@
|
|||||||
man/man1/xdvi.1.gz
|
|
||||||
bin/xdvi
|
bin/xdvi
|
||||||
bin/MakeTeXPK
|
bin/MakeTeXPK
|
||||||
|
Loading…
Reference in New Issue
Block a user