aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorlwhsu <lwhsu@FreeBSD.org>2007-07-26 23:12:55 +0800
committerlwhsu <lwhsu@FreeBSD.org>2007-07-26 23:12:55 +0800
commit0cdd081fd46b253f64d86cc66d7bf2cfcc811084 (patch)
treeec90b27e85a7e655603459e7d7765f3a9affd28c /devel
parent853b9a3122fbb4c63810132e93fe2bfd5244a2d8 (diff)
downloadfreebsd-ports-gnome-0cdd081fd46b253f64d86cc66d7bf2cfcc811084.tar.gz
freebsd-ports-gnome-0cdd081fd46b253f64d86cc66d7bf2cfcc811084.tar.zst
freebsd-ports-gnome-0cdd081fd46b253f64d86cc66d7bf2cfcc811084.zip
- Truely respcect DATADIR
Submitted by: sat
Diffstat (limited to 'devel')
-rw-r--r--devel/splint/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/splint/Makefile b/devel/splint/Makefile
index 7360e6aa196f..732479ba3a1e 100644
--- a/devel/splint/Makefile
+++ b/devel/splint/Makefile
@@ -23,5 +23,7 @@ MAN1= splint.1
post-patch:
@${REINPLACE_CMD} -e \
's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/Headers/constants.h
+ ${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \
+ ${REINPLACE_CMD} -e '/^pkgdatadir =/s|=.*|=${DATADIR}|'
.include <bsd.port.mk>