From 614d3845fc37a047ef616426ad9bb51fbf323445 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Sat, 7 Oct 2000 22:53:03 +0000 Subject: [PATCH] Rename ${FILESDIR}/patch-aa to ${PATCHDIR}/post-patch-aa. (This patch does post-patch processing.) --- x11-toolkits/jx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-toolkits/jx/Makefile b/x11-toolkits/jx/Makefile index 92ac5271fe47..5ca08c6b05ba 100644 --- a/x11-toolkits/jx/Makefile +++ b/x11-toolkits/jx/Makefile @@ -73,7 +73,7 @@ EXTRALIBFILES_MAKE_DIR= . sys # odd behavior POSTBUILD_WRKSRC= makemake jxlayout # post patch preprocessing -POSTPATCH_FILES= patch-aa +POSTPATCH_FILES= post-patch-aa # post configure placement directory POSTCONFIGURE_WRKSRC= include/make/sys # configuration preprocessing @@ -102,7 +102,7 @@ PLIST_SUB+= PORTDOCS:= post-patch: .for i in ${CONFIGURE_PREPROCESSING_FILES} @${CP} ${WRKSRC}/${POSTCONFIGURE_WRKSRC}/${i} ${WRKDIR}/${i}.in - @cd ${WRKDIR}; ${PATCH} -s ${i}.in < ${FILESDIR}/${POSTPATCH_FILES} + @cd ${WRKDIR}; ${PATCH} -s ${i}.in < ${PATCHDIR}/${POSTPATCH_FILES} .endfor pre-configure: