aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-10-07 22:53:03 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-10-07 22:53:03 +0000
commit614d3845fc37a047ef616426ad9bb51fbf323445 (patch)
tree15f08e0e2cc680a2eb83200ed511f748ef18ff6d /x11-toolkits
parentf4aebb9c61a5d6b240b74994f15962fa555424fc (diff)
downloadports-614d3845fc37a047ef616426ad9bb51fbf323445.tar.gz
ports-614d3845fc37a047ef616426ad9bb51fbf323445.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/jx/Makefile4
1 files 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: