View | Details | Raw Unified | Return to bug 29762
Collapse All | Expand All

(-)xdeview/Makefile (-5 / +4 lines)
Lines 26-42 Link Here
26
INSTALL_TARGET=	install-tcl
26
INSTALL_TARGET=	install-tcl
27
MAN1=		xdeview.1
27
MAN1=		xdeview.1
28
28
29
PORTDOCDIR?=	share/doc/xdeview
30
DOCFILES=	${FILESDIR}/porting.notes ${WRKSRC}/HOWTO
29
DOCFILES=	${FILESDIR}/porting.notes ${WRKSRC}/HOWTO
31
30
32
post-install:
31
post-install:
33
	strip ${PREFIX}/bin/uuwish
32
	strip ${PREFIX}/bin/uuwish
34
.if !defined(NOPORTDOCS)
33
.if !defined(NOPORTDOCS)
35
	@${ECHO_MSG} "===>  Copying documents to ${PREFIX}/${PORTDOCDIR}"
34
	@${ECHO_MSG} "===>  Installing documents to ${DOCSDIR}"
36
	@${MKDIR} ${PREFIX}/${PORTDOCDIR}
35
	@${MKDIR} ${DOCSDIR}
37
	${INSTALL_MAN} ${DOCFILES} ${PREFIX}/${PORTDOCDIR}
36
	@${INSTALL_DATA} ${DOCFILES} ${DOCSDIR}
38
.else
37
.else
39
	@${ECHO_MSG} "===>  Not copying available documents"
38
	@${ECHO_MSG} "===>  Not installing available documents"
40
.endif
39
.endif
41
	${INSTALL_MAN} ${WRKSRC}/man/xdeview.1 ${PREFIX}/man/man1
40
	${INSTALL_MAN} ${WRKSRC}/man/xdeview.1 ${PREFIX}/man/man1
42
41
(-)xdeview/pkg-plist (-3 / +3 lines)
Lines 1-5 Link Here
1
share/doc/xdeview/HOWTO
2
share/doc/xdeview/porting.notes
3
bin/uuwish
1
bin/uuwish
4
bin/xdeview
2
bin/xdeview
5
@dirrm share/doc/xdeview
3
%%PORTDOCS%%share/doc/xdeview/HOWTO
4
%%PORTDOCS%%share/doc/xdeview/porting.notes
5
%%PORTDOCS%%@dirrm share/doc/xdeview

Return to bug 29762