diff options
Diffstat (limited to 'editors/jove')
-rw-r--r-- | editors/jove/Makefile | 4 | ||||
-rw-r--r-- | editors/jove/distinfo | 6 | ||||
-rw-r--r-- | editors/jove/pkg-plist | 1 |
3 files changed, 7 insertions, 4 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> diff --git a/editors/jove/distinfo b/editors/jove/distinfo index 23942e351e29..f529cce3eec7 100644 --- a/editors/jove/distinfo +++ b/editors/jove/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1717641168 -SHA256 (jonmacs-jove-4.17.5.3_GH0.tar.gz) = ca5a5fcf71009c7389d655d1f1ae8139710f6cc531be95581e4b375e67f098d2 -SIZE (jonmacs-jove-4.17.5.3_GH0.tar.gz) = 548835 +TIMESTAMP = 1755646484 +SHA256 (jonmacs-jove-4.17.5.5_GH0.tar.gz) = 4261d7cab02816eb03f3f356a0a2869d7f6168fce53478ede8e5fdd06a9ecfb9 +SIZE (jonmacs-jove-4.17.5.5_GH0.tar.gz) = 551600 diff --git a/editors/jove/pkg-plist b/editors/jove/pkg-plist index 5e940b612a82..1cdcf910b12d 100644 --- a/editors/jove/pkg-plist +++ b/editors/jove/pkg-plist @@ -33,3 +33,4 @@ man/man1/teachjove.1 @dir /var/lib/jove/preserve @dir /var/lib/jove @dir /var/lib +@dir etc/jove |