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

(-)Makefile (-1 / +2 lines)
Lines 26-35 Link Here
26
MAN1=		pktctl.1.gz pktsend.1.gz
26
MAN1=		pktctl.1.gz pktsend.1.gz
27
MAN3=		V6evalRemote.3 V6evalTool.3
27
MAN3=		V6evalRemote.3 V6evalTool.3
28
MAKE_JOBS_UNSAFE=	yes
28
MAKE_JOBS_UNSAFE=	yes
29
SUB_FILES=	pkg-message
29
30
30
.include <bsd.port.pre.mk>
31
.include <bsd.port.pre.mk>
31
32
32
post-install:
33
post-install:
33
	@${SED} -e 's#@LOCALBASE@#${LOCALBASE}#' ${PKGMESSAGE}
34
	@${CAT} ${PKGMESSAGE}
34
35
35
.include <bsd.port.post.mk>
36
.include <bsd.port.post.mk>
(-)pkg-message (-5 lines)
Removed Link Here
1
===============================================
2
3
  Please read @LOCALBASE@/v6eval/doc/00README.
4
5
===============================================
(-)files/pkg-message.in (+5 lines)
Added Link Here
1
===============================================
2
3
  Please read %%PREFIX%%/v6eval/doc/00README.
4
5
===============================================

Return to bug 143152