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

(-)wtf/Makefile (+3 lines)
Lines 16-21 Link Here
16
NO_BUILD=	yes
16
NO_BUILD=	yes
17
NO_ARCH=	yes
17
NO_ARCH=	yes
18
18
19
SUB_FILES=	pkg-descr
20
SUB_LIST=	PREFIX=${PREFIX}
21
19
post-patch:
22
post-patch:
20
	@${REINPLACE_CMD} -e 's|/usr/share/misc|${DATADIR}|g' ${WRKSRC}/wtf*
23
	@${REINPLACE_CMD} -e 's|/usr/share/misc|${DATADIR}|g' ${WRKSRC}/wtf*
21
24
(-)wtf/files/pkg-descr.in (+3 lines)
Line 0 Link Here
1
Wtf is little shell script taken from NetBSD's CVS repository which
2
translates acronyms.  These acronyms are kept in a file located at
3
%%PREFIX%%/share/wtf/acronyms.
(-)wtf/pkg-descr (-3 lines)
Lines 1-3 Link Here
1
Wtf is little shell script taken from NetBSD's CVS repository which
2
translates acronyms.  These acronyms are kept in a file located at
3
${PREFIX}/share/wtf/acronyms.

Return to bug 203314