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

(-)Makefile (-2 / +1 lines)
Lines 23-29 Link Here
23
NO_BUILD=	yes
23
NO_BUILD=	yes
24
USE_PERL5=	yes
24
USE_PERL5=	yes
25
SCRIPTS_ENV+=	PERL5=${PERL5}
25
SCRIPTS_ENV+=	PERL5=${PERL5}
26
PKGMESSAGE=	${WRKDIR}/pkg-message
26
SUB_FILES=	pkg-message
27
CONFIG_FILES=	ASpath-tree.config
27
CONFIG_FILES=	ASpath-tree.config
28
ICON_FILES=	bnew.gif bold.gif e.gif h.gif l.gif p.gif t.gif v.gif
28
ICON_FILES=	bnew.gif bold.gif e.gif h.gif l.gif p.gif t.gif v.gif
29
LIB_FILES=	bgp-tree-changes.pl bgp-tree.pl create-homepage.pl elaborate-aspaths.pl getbgptable.pl history.pl ipv6prefix.pl odd-as.pl odd-routes.pl route-stability.pl utility.pl ASmain.pl
29
LIB_FILES=	bgp-tree-changes.pl bgp-tree.pl create-homepage.pl elaborate-aspaths.pl getbgptable.pl history.pl ipv6prefix.pl odd-as.pl odd-routes.pl route-stability.pl utility.pl ASmain.pl
Lines 68-74 Link Here
68
.endif
68
.endif
69
69
70
post-install:
70
post-install:
71
	@${SED} -e "s:%%PREFIX%%:${PREFIX}:g" ${.CURDIR}/pkg-message >${PKGMESSAGE}
72
.if !defined(BATCH)
71
.if !defined(BATCH)
73
	@${ECHO}
72
	@${ECHO}
74
	@${CAT} ${PKGMESSAGE}
73
	@${CAT} ${PKGMESSAGE}
(-)pkg-message (-6 lines)
Removed Link Here
1
For to configuration information please look at
2
%%PREFIX%%/share/doc/aspathtree/readme.txt.
3
4
Copy %%PREFIX%%/etc/ASpath-tree.config.dist to
5
%%PREFIX%%/etc/ASpath-tree.config
6
and modify accordingly to your environment.
(-)files/pkg-message.in (+6 lines)
Added Link Here
1
For to configuration information please look at
2
%%DOCSDIR%%/readme.txt.
3
4
Copy %%PREFIX%%/etc/ASpath-tree.config.dist to
5
%%PREFIX%%/etc/ASpath-tree.config
6
and modify accordingly to your environment.

Return to bug 143168