diff options
Diffstat (limited to 'editors/jove/Makefile')
-rw-r--r-- | editors/jove/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/jove/Makefile b/editors/jove/Makefile index 1bb40076a55e..11942e52cee4 100644 --- a/editors/jove/Makefile +++ b/editors/jove/Makefile @@ -1,5 +1,5 @@ PORTNAME= jove -DISTVERSION= 4.17.5.3 +DISTVERSION= 4.17.5.5 CATEGORIES= editors MAINTAINER= nc@FreeBSD.org @@ -15,8 +15,10 @@ GH_ACCOUNT= jonmacs pre-patch: ${REINPLACE_CMD} -e 's,/usr/local/,${PREFIX}/,' ${WRKSRC}/Makefile + ${REINPLACE_CMD} -e 's,/etc/,${PREFIX}/etc/,' ${WRKSRC}/Makefile post-install: @${MKDIR} ${STAGEDIR}/var/lib/jove/tmp + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/jove .include <bsd.port.mk> |