diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2000-11-15 10:03:39 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2000-11-15 10:03:39 +0000 |
commit | 02968dbf5da5d3ed65d3ad5173727b3c1455cd99 (patch) | |
tree | 786fc175e5afab3fe1e89f57443bf6775fe9575f /graphics/aalib/Makefile | |
parent | 628efbc5bb272116e1045f5537d70b62b879fc96 (diff) |
Notes
Diffstat (limited to 'graphics/aalib/Makefile')
-rw-r--r-- | graphics/aalib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/aalib/Makefile b/graphics/aalib/Makefile index 9774570fa815..a7f323ad22d5 100644 --- a/graphics/aalib/Makefile +++ b/graphics/aalib/Makefile @@ -28,6 +28,7 @@ CONFIGURE_ARGS= --with-x=no .endif post-patch: + @${RM} -f ${WRKSRC}/config.cache @${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g;" ${WRKSRC}/configure.in .include <bsd.port.mk> |