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

(-)devel/cxref/Makefile (-6 / +5 lines)
Lines 2-10 Link Here
2
# $FreeBSD: head/devel/cxref/Makefile 333941 2013-11-15 22:14:44Z bapt $
2
# $FreeBSD: head/devel/cxref/Makefile 333941 2013-11-15 22:14:44Z bapt $
3
3
4
PORTNAME=	cxref
4
PORTNAME=	cxref
5
PORTVERSION=	1.6d
5
PORTVERSION=	1.6e
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
MASTER_SITES=	http://www.gedanken.demon.co.uk/download-cxref/ \
7
MASTER_SITES=	http://www.gedanken.org.uk/software/cxref/download/ \
8
		http://fossies.org/linux/misc/
8
		http://fossies.org/linux/misc/
9
EXTRACT_SUFX=	.tgz
9
EXTRACT_SUFX=	.tgz
10
10
Lines 20-28 Link Here
20
ALL_TARGET=	programs
20
ALL_TARGET=	programs
21
21
22
post-install:
22
post-install:
23
	${MKDIR} ${STAGEDIR}${DATADIR}
23
	@${MKDIR} ${STAGEDIR}${DATADIR}
24
	${INSTALL_SCRIPT} ${WRKSRC}/contrib/*.pl ${STAGEDIR}${DATADIR}
24
	@(cd ${WRKSRC}/contrib && ${INSTALL_DATA} *.el *.pl *.py README* \
25
	${INSTALL_DATA} ${WRKSRC}/contrib/*.el ${STAGEDIR}${DATADIR}
25
		${STAGEDIR}${DATADIR})
26
	${INSTALL_DATA} ${WRKSRC}/contrib/README* ${STAGEDIR}${DATADIR}
27
26
28
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)devel/cxref/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (cxref-1.6d.tgz) = 0383d0a4ff35c345be4f067774e0dc85f196c04202b7f4b44602f02245a51fd1
1
SHA256 (cxref-1.6e.tgz) = 21492210f9e1030e4e697f0d84f31ac57a0844e64c8fb28432001c44663242f2
2
SIZE (cxref-1.6d.tgz) = 415744
2
SIZE (cxref-1.6e.tgz) = 381883
(-)devel/cxref/pkg-descr (-1 / +1 lines)
Lines 9-12 Link Here
9
variables, header file inclusion, macro definitions and type
9
variables, header file inclusion, macro definitions and type
10
definitions. Works for ANSI C, including a few gcc extensions.
10
definitions. Works for ANSI C, including a few gcc extensions.
11
11
12
WWW: http://www.gedanken.demon.co.uk/cxref/
12
WWW: http://www.gedanken.org.uk/software/cxref/
(-)devel/cxref/pkg-plist (+1 lines)
Lines 15-19 Link Here
15
%%DATADIR%%/knr2ansi.pl
15
%%DATADIR%%/knr2ansi.pl
16
%%DATADIR%%/make_depend.pl
16
%%DATADIR%%/make_depend.pl
17
%%DATADIR%%/tree.pl
17
%%DATADIR%%/tree.pl
18
%%DATADIR%%/xrefgraph.py
18
%%DATADIR%%/xrgr.pl
19
%%DATADIR%%/xrgr.pl
19
@dirrm %%DATADIR%%
20
@dirrm %%DATADIR%%

Return to bug 186414