diff options
author | anders <anders@FreeBSD.org> | 2005-02-28 02:12:51 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2005-02-28 02:12:51 +0800 |
commit | dd075aa245f79ff9ca166f02999b94cdaf4e5fce (patch) | |
tree | cf993b401bf6662b85c7a302d5553ff182b23201 /security/gringotts | |
parent | 1e5251723001c2d38a2252bb6cde70789313edab (diff) | |
download | freebsd-ports-gnome-dd075aa245f79ff9ca166f02999b94cdaf4e5fce.tar.gz freebsd-ports-gnome-dd075aa245f79ff9ca166f02999b94cdaf4e5fce.tar.zst freebsd-ports-gnome-dd075aa245f79ff9ca166f02999b94cdaf4e5fce.zip |
Satisfy pointyhat: install pixmap in commonly used gnome directory.
Use DOCSDIR.
Diffstat (limited to 'security/gringotts')
-rw-r--r-- | security/gringotts/Makefile | 3 | ||||
-rw-r--r-- | security/gringotts/pkg-plist | 21 |
2 files changed, 13 insertions, 11 deletions
diff --git a/security/gringotts/Makefile b/security/gringotts/Makefile index 8e02f9ad8122..a9ae89b7784a 100644 --- a/security/gringotts/Makefile +++ b/security/gringotts/Makefile @@ -37,7 +37,8 @@ PLIST_SUB+= GNOMEHIER='@comment ' .endif post-patch: - ${REINPLACE_CMD} -E -e "s|^(gringottsdocdir =).*|\1 $$\(datadir\)/doc/gringotts|;s|md5sum|md5|g" ${WRKSRC}/Makefile.in + ${REINPLACE_CMD} -E -e "s|^(gringottsdocdir =).*|\1 ${DOCSDIR}|;s|md5sum|md5|g" ${WRKSRC}/Makefile.in + ${REINPLACE_CMD} -E -e "s|^(pixmapdir =).*|\1 ${PREFIX}/share/gnome/pixmaps|" ${WRKSRC}/pixmaps/Makefile.in @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|-D.*_DISABLE_DEPRECATED||g' .if defined(NOPORTDOCS) diff --git a/security/gringotts/pkg-plist b/security/gringotts/pkg-plist index 3adfa8654161..eeabc1a4f422 100644 --- a/security/gringotts/pkg-plist +++ b/security/gringotts/pkg-plist @@ -1,16 +1,17 @@ bin/gringotts -share/pixmaps/gringotts.xpm +share/gnome/pixmaps/gringotts.xpm share/locale/de/LC_MESSAGES/gringotts.mo share/locale/fr/LC_MESSAGES/gringotts.mo share/locale/it/LC_MESSAGES/gringotts.mo %%GNOMEHIER%%share/gnome/apps/Utilities/gringotts.desktop %%GNOMEHIER%%@unexec rmdir -p %D/share/gnome/apps/Utilities 2>/dev/null || true -%%PORTDOCS%%share/doc/gringotts/AUTHORS -%%PORTDOCS%%share/doc/gringotts/BUGS -%%PORTDOCS%%share/doc/gringotts/COPYING -%%PORTDOCS%%share/doc/gringotts/ChangeLog -%%PORTDOCS%%share/doc/gringotts/FAQ -%%PORTDOCS%%share/doc/gringotts/NEWS -%%PORTDOCS%%share/doc/gringotts/README -%%PORTDOCS%%share/doc/gringotts/TODO -%%PORTDOCS%%@dirrm share/doc/gringotts +@unexec rmdir %D/share/pixmaps 2>/dev/null || true +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/BUGS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/FAQ +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%@dirrm %%DOCSDIR%% |