diff options
-rw-r--r-- | polish/tleenx2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/polish/tleenx2/Makefile b/polish/tleenx2/Makefile index 828a28b5b104..fbce5f6da2ac 100644 --- a/polish/tleenx2/Makefile +++ b/polish/tleenx2/Makefile @@ -27,6 +27,9 @@ WRKSRC= ${WRKDIR}/TleenX2-${PORTVERSION} MAN1= tleenx2.1 PORTDOCS= README gg.txt sms.txt +post-patch: + @${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},g' ${WRKSRC}/src/Makefile.in + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |