diff options
author | rafan <rafan@FreeBSD.org> | 2006-09-16 23:31:15 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-09-16 23:31:15 +0800 |
commit | 0258f668a9626f753439f78f488a89eb5ff6f86f (patch) | |
tree | 0a0d5e710c588e05cdf2e470f5cc53473b9b0eb7 /comms/xlog | |
parent | 1599e3f166868cb1f2be3e5a37c3fc7c2d9734b6 (diff) | |
download | freebsd-ports-gnome-0258f668a9626f753439f78f488a89eb5ff6f86f.tar.gz freebsd-ports-gnome-0258f668a9626f753439f78f488a89eb5ff6f86f.tar.zst freebsd-ports-gnome-0258f668a9626f753439f78f488a89eb5ff6f86f.zip |
- Move into LOCALBASE
- Change MASTER_SITES address, WWW entry
- Change maintainer's email address
- Workaround for autoconf 2.60 (mandir)
PR: ports/103303
Submitted by: Matt Dawson <matt at mattsnetwork.co.uk> (maintainer)
Diffstat (limited to 'comms/xlog')
-rw-r--r-- | comms/xlog/Makefile | 8 | ||||
-rw-r--r-- | comms/xlog/pkg-descr | 2 | ||||
-rw-r--r-- | comms/xlog/pkg-plist | 8 |
3 files changed, 13 insertions, 5 deletions
diff --git a/comms/xlog/Makefile b/comms/xlog/Makefile index 8d8cd8c352cc..80ba07431552 100644 --- a/comms/xlog/Makefile +++ b/comms/xlog/Makefile @@ -7,16 +7,16 @@ PORTNAME= xlog PORTVERSION= 1.3.1 CATEGORIES= comms hamradio -MASTER_SITES= http://pg4i.mattsnetwork.co.uk/download/ \ +MASTER_SITES= http://pg4i.chronos.org.uk/download/ \ http://www.qsl.net/pg4i/download/ -MAINTAINER= matt@mattsnetwork.co.uk +MAINTAINER= matt@chronos.org.uk COMMENT= Amateur Radio logging application -USE_X_PREFIX= yes USE_GNOME= libgnomeprint gtk20 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-mime-update +CONFIGURE_ARGS= --with-mime-update \ + --mandir=${PREFIX}/man .if defined(WITH_HAMLIB) LIB_DEPENDS+= hamlib:${PORTSDIR}/comms/hamlib diff --git a/comms/xlog/pkg-descr b/comms/xlog/pkg-descr index 6fecb5101b37..57ba7772677b 100644 --- a/comms/xlog/pkg-descr +++ b/comms/xlog/pkg-descr @@ -14,4 +14,4 @@ save some fields of the log in a TAB separated file. This file can be imported into glabels (deskutils/glabels) using the template called qsllabels.glabels in the xlog /usr/local/share/xlog directory. -WWW: http://pg4i.mattsnetwork.co.uk/linux/xlog.html +WWW: http://pg4i.chronos.org.uk/linux/xlog.html diff --git a/comms/xlog/pkg-plist b/comms/xlog/pkg-plist index c30405b2b688..59627eea977b 100644 --- a/comms/xlog/pkg-plist +++ b/comms/xlog/pkg-plist @@ -55,6 +55,13 @@ share/pixmaps/xlog/xlog.xpm %%DATADIR%%/images/xlog-printdialog.png %%DATADIR%%/images/xlog-workedwindow.png %%DATADIR%%/qsllabels.glabels +share/locale/da/LC_MESSAGES/xlog.mo +share/locale/es/LC_MESSAGES/xlog.mo +share/locale/fr/LC_MESSAGES/xlog.mo +share/locale/nl/LC_MESSAGES/xlog.mo +share/locale/cs/LC_MESSAGES/xlog.mo +share/locale/pl/LC_MESSAGES/xlog.mo +share/locale/sk/LC_MESSAGES/xlog.mo @dirrm %%DATADIR%%/images @dirrm %%DATADIR%%/dxcc @dirrm %%DATADIR%% @@ -68,3 +75,4 @@ share/pixmaps/xlog/xlog.xpm @dirrmtry share/mimelnk/text @dirrmtry share/mimelnk @dirrmtry share/mime-info +@dirrmtry share/pixmaps |