diff options
Diffstat (limited to 'textproc/denature/Makefile')
-rw-r--r-- | textproc/denature/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/denature/Makefile b/textproc/denature/Makefile index f1bd6f469bd2..f38510be5170 100644 --- a/textproc/denature/Makefile +++ b/textproc/denature/Makefile @@ -25,6 +25,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} MAN1= denature.1 PLIST_FILES= bin/denature +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -i '' -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ -e 's|%%JAVA_HOME%%|${JAVA_HOME}|' \ |