diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-18 00:37:15 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-18 00:37:15 +0000 |
commit | 57e3213639e451ddc7e2311587929b679827e385 (patch) | |
tree | 2b38c4ddded75d6142be0d45209292474f0596a8 /comms/grig | |
parent | ec67c2b687d0b609821be9dac725661545f90926 (diff) | |
download | freebsd-ports-57e3213639e451ddc7e2311587929b679827e385.zip |
Support STAGEDIR.
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%% |