mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Set an example by installing the xv manual (postscript, only 3.6MB)
in ${PREFIX}/share/doc/xv, conditional to NOPORTDOCS. Note that README is not conditionalized on NOPORTDOCS, this is the license statement and its installation is required by the xv author.
This commit is contained in:
parent
e2c6ed4533
commit
9524631c60
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2785
@ -3,7 +3,7 @@
|
||||
# Date created: 30 October 1994
|
||||
# Whom: smace
|
||||
#
|
||||
# $Id: Makefile,v 1.9 1995/10/03 21:58:40 ache Exp $
|
||||
# $Id: Makefile,v 1.10 1995/12/20 10:49:09 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xv-3.10a
|
||||
@ -18,5 +18,8 @@ USE_IMAKE= yes
|
||||
post-install:
|
||||
mkdir -p ${PREFIX}/share/doc/xv
|
||||
cp ${WRKSRC}/README ${PREFIX}/share/doc/xv
|
||||
.if !defined(NOPORTDOCS)
|
||||
cp ${WRKSRC}/docs/xvdocs.ps ${PREFIX}/share/doc/xv
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -10,3 +10,4 @@ man/man1/vdcomp.1.gz
|
||||
man/man1/xcmap.1.gz
|
||||
man/man1/xvpictoppm.1.gz
|
||||
share/doc/xv/README
|
||||
share/doc/xv/xvdocs.ps
|
||||
|
Loading…
Reference in New Issue
Block a user