diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
commit | 4acc6fb2a411b291c9c210d82bafe7c62e71c77d (patch) | |
tree | bc16420eb52d65511ceb520c00171d219210a473 /security/gringotts | |
parent | 97dfcc1b41c5b4581b1d73128a866beec069c5bf (diff) | |
download | ports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.tar.gz ports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.zip |
Notes
Diffstat (limited to 'security/gringotts')
-rw-r--r-- | security/gringotts/Makefile | 3 | ||||
-rw-r--r-- | security/gringotts/pkg-plist | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/security/gringotts/Makefile b/security/gringotts/Makefile index b6fb10d98d2e..e7d0852836e8 100644 --- a/security/gringotts/Makefile +++ b/security/gringotts/Makefile @@ -7,7 +7,7 @@ PORTNAME= gringotts PORTVERSION= 1.2.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MASTER_SITES= http://devel.pluto.linux.it/projects/Gringotts/current/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ @@ -37,7 +37,6 @@ PLIST_SUB+= GNOMEHIER='@comment ' post-patch: ${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 4cfe3580d89f..b7dfbba3d743 100644 --- a/security/gringotts/pkg-plist +++ b/security/gringotts/pkg-plist @@ -1,12 +1,10 @@ bin/gringotts -share/gnome/pixmaps/gringotts.xpm +share/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 -@dirrmtry share/gnome/pixmaps -@dirrmtry share/gnome %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/BUGS %%PORTDOCS%%%%DOCSDIR%%/COPYING |