diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-18 08:37:15 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-18 08:37:15 +0800 |
commit | 1982721df575ee1f38014d6c5416a3b73e0e17e9 (patch) | |
tree | 2b38c4ddded75d6142be0d45209292474f0596a8 /comms/xdx | |
parent | 4b45646c34d33875b29bb5e5a9b4ad4625f7049d (diff) | |
download | freebsd-ports-gnome-1982721df575ee1f38014d6c5416a3b73e0e17e9.tar.gz freebsd-ports-gnome-1982721df575ee1f38014d6c5416a3b73e0e17e9.tar.zst freebsd-ports-gnome-1982721df575ee1f38014d6c5416a3b73e0e17e9.zip |
Support STAGEDIR.
Diffstat (limited to 'comms/xdx')
-rw-r--r-- | comms/xdx/Makefile | 2 | ||||
-rw-r--r-- | comms/xdx/pkg-plist | 11 |
2 files changed, 6 insertions, 7 deletions
diff --git a/comms/xdx/Makefile b/comms/xdx/Makefile index 88d80a50be35..25cd3b8b2e2f 100644 --- a/comms/xdx/Makefile +++ b/comms/xdx/Makefile @@ -16,10 +16,8 @@ USE_GNOME= gtk20 GNU_CONFIGURE= yes USES= gmake pkgconfig -MAN1= xdx.1 LICENSE= GPLv2 -NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|-D.*_DISABLE_DEPRECATED||g' diff --git a/comms/xdx/pkg-plist b/comms/xdx/pkg-plist index e2dda3813382..ca6b8a087fd7 100644 --- a/comms/xdx/pkg-plist +++ b/comms/xdx/pkg-plist @@ -1,5 +1,11 @@ bin/xdx +man/man1/xdx.1.gz share/applications/Xdx.desktop +share/locale/es/LC_MESSAGES/xdx.mo +share/locale/fr/LC_MESSAGES/xdx.mo +share/locale/nl/LC_MESSAGES/xdx.mo +share/locale/pl/LC_MESSAGES/xdx.mo +share/locale/pt/LC_MESSAGES/xdx.mo %%DATADIR%%/MANUAL %%DATADIR%%/MANUAL.es %%DATADIR%%/MANUAL.fr @@ -22,8 +28,3 @@ share/applications/Xdx.desktop @dirrm %%DATADIR%%/sounds @dirrm %%DATADIR%%/pixmaps @dirrm %%DATADIR%% -share/locale/es/LC_MESSAGES/xdx.mo -share/locale/fr/LC_MESSAGES/xdx.mo -share/locale/nl/LC_MESSAGES/xdx.mo -share/locale/pl/LC_MESSAGES/xdx.mo -share/locale/pt/LC_MESSAGES/xdx.mo |