diff options
Diffstat (limited to 'deskutils/conkyemail/Makefile')
-rw-r--r-- | deskutils/conkyemail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/conkyemail/Makefile b/deskutils/conkyemail/Makefile index 21278e8aa008..683e5d2f6cc9 100644 --- a/deskutils/conkyemail/Makefile +++ b/deskutils/conkyemail/Makefile @@ -23,6 +23,6 @@ WRKSRC= ${WRKDIR}/src post-patch: cd ${WRKSRC} && ${REINPLACE_CMD} -e 's,/usr/share/${PORTNAME},${DATADIR},g' \ conkyEmail conkyEmail.py setup.py example/conkyrc - cd ${WRKSRC} && ${RM} -fr example/conkyrc.bak + cd ${WRKSRC} && ${RM} -r example/conkyrc.bak .include <bsd.port.mk> |