diff options
Diffstat (limited to 'comms/grig')
-rw-r--r-- | comms/grig/Makefile | 5 | ||||
-rw-r--r-- | comms/grig/pkg-plist | 7 |
2 files changed, 5 insertions, 7 deletions
diff --git a/comms/grig/Makefile b/comms/grig/Makefile index 8899cab2df58..c14b3f43de06 100644 --- a/comms/grig/Makefile +++ b/comms/grig/Makefile @@ -12,15 +12,12 @@ COMMENT= Amateur Radio control front-end LICENSE= GPLv2 -LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib +LIB_DEPENDS= libhamlib.so:${PORTSDIR}/comms/hamlib USE_GNOME= gtk20 GNU_CONFIGURE= yes USES= gettext gmake pkgconfig -MAN1= grig.1 - -NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name Makefile.* | ${XARGS} ${REINPLACE_CMD} -e \ 's|-D.*_DISABLE_DEPRECATED||g' diff --git a/comms/grig/pkg-plist b/comms/grig/pkg-plist index c66f72d3a6c1..b60f13288cbd 100644 --- a/comms/grig/pkg-plist +++ b/comms/grig/pkg-plist @@ -1,17 +1,18 @@ bin/grig +lib/locale/fr/LC_MESSAGES/grig.mo +man/man1/grig.1.gz %%DATADIR%%/AUTHORS %%DATADIR%%/COPYING %%DATADIR%%/ChangeLog %%DATADIR%%/NEWS %%DATADIR%%/README -lib/locale/fr/LC_MESSAGES/grig.mo share/pixmaps/grig/digits_normal.png share/pixmaps/grig/digits_small.png share/pixmaps/grig/grig-logo.png share/pixmaps/grig/ic910.png share/pixmaps/grig/smeter.png +@dirrm share/pixmaps/grig +@dirrm %%DATADIR%% @dirrmtry lib/locale/fr/LC_MESSAGES @dirrmtry lib/locale/fr @dirrmtry lib/locale -@dirrm share/pixmaps/grig -@dirrm %%DATADIR%% |