diff options
Diffstat (limited to 'textproc/denature/Makefile')
-rw-r--r-- | textproc/denature/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/denature/Makefile b/textproc/denature/Makefile index 5a6e83ddcb52..e7533dcd764c 100644 --- a/textproc/denature/Makefile +++ b/textproc/denature/Makefile @@ -26,7 +26,8 @@ USE_JAVA= 1.2+ POD2MAN?= pod2man WRKSRC= ${WRKDIR}/${PORTNAME} -MAN1= denature.1 +MAN1= denature.1 +PLIST_FILES= bin/denature post-patch: @${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}| ; \ |