diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-16 15:31:15 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-16 15:31:15 +0000 |
commit | 56f828f25c57c1e764f5f5c29e8fe1d9538e7f8f (patch) | |
tree | 2cd7b18b3d9923338747a0a586a33bf185ec5f34 | |
parent | - Update to 2.1 (diff) |
- 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)
-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 |