diff options
-rw-r--r-- | deskutils/gcal/Makefile | 8 | ||||
-rw-r--r-- | deskutils/gcal/distinfo | 5 | ||||
-rw-r--r-- | deskutils/gcal/pkg-plist | 1 |
3 files changed, 9 insertions, 5 deletions
diff --git a/deskutils/gcal/Makefile b/deskutils/gcal/Makefile index 8f6fb595e5f4..235342c0beab 100644 --- a/deskutils/gcal/Makefile +++ b/deskutils/gcal/Makefile @@ -2,12 +2,14 @@ # $FreeBSD$ PORTNAME= gcal -PORTVERSION= 4 +PORTVERSION= 4.1 CATEGORIES= deskutils MASTER_SITES= GNU MAINTAINER= johans@FreeBSD.org -COMMENT= The GNU Gregorian calendar program +COMMENT= GNU Gregorian calendar program + +LICENSE= GPLv3+ GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" @@ -37,7 +39,7 @@ post-install: ${TAR} -xpf - -C ${STAGEDIR}${DATADIR} .for p in ${GCAL_SCRIPTS} @${CHMOD} +x ${STAGEDIR}${DATADIR}/misc/${p} - @${LN} -s ${DATADIR}/misc/${p} ${STAGEDIR}${PREFIX}/bin/gcal-${p:T} + @${LN} -s ../${DATADIR_REL}/misc/${p} ${STAGEDIR}${PREFIX}/bin/gcal-${p:T} .endfor .include <bsd.port.mk> diff --git a/deskutils/gcal/distinfo b/deskutils/gcal/distinfo index 2d22b8c0c2b6..aec71f0d8250 100644 --- a/deskutils/gcal/distinfo +++ b/deskutils/gcal/distinfo @@ -1,2 +1,3 @@ -SHA256 (gcal-4.tar.xz) = 59c5c876b12ec70649d90e2ce76afbe2f4ed93503d49ec39e5c575b3aef8ff6e -SIZE (gcal-4.tar.xz) = 1626652 +TIMESTAMP = 1494497550 +SHA256 (gcal-4.1.tar.xz) = 91b56c40b93eee9bda27ec63e95a6316d848e3ee047b5880ed71e5e8e60f61ab +SIZE (gcal-4.1.tar.xz) = 1658948 diff --git a/deskutils/gcal/pkg-plist b/deskutils/gcal/pkg-plist index 63ad63a109d6..58d6320bd6ef 100644 --- a/deskutils/gcal/pkg-plist +++ b/deskutils/gcal/pkg-plist @@ -145,3 +145,4 @@ bin/txt2gcal %%NLS%%share/locale/rw/LC_MESSAGES/gcal.mo %%NLS%%share/locale/sv/LC_MESSAGES/gcal.mo %%NLS%%share/locale/tr/LC_MESSAGES/gcal.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/gcal.mo |