diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2000-04-17 10:40:25 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2000-04-17 10:40:25 +0000 |
commit | 4cfb010581f20069fa9205836ff273706ace27da (patch) | |
tree | 2bce9e80f59331f7d9be4f0d51805c8138ef0898 /graphics/xli/Makefile | |
parent | 80d1178882655de5443d5a421337a818c5fe32e7 (diff) |
Notes
Diffstat (limited to 'graphics/xli/Makefile')
-rw-r--r-- | graphics/xli/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile index d2e5cc3d8070..4eb4909d7faa 100644 --- a/graphics/xli/Makefile +++ b/graphics/xli/Makefile @@ -20,4 +20,7 @@ LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ USE_IMAKE= yes MAN1= xli.1 xlito.1 +post-patch: + @${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/Imakefile + .include <bsd.port.mk> |