diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-12-30 18:21:20 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-12-30 18:21:20 +0000 |
commit | cbb8759c430ce104405ffe56c56f7bcd3eca132e (patch) | |
tree | 43e8041a5cae2494333abffd78bc1e60269b3f65 /net/vinagre/Makefile | |
parent | 2afce06c33a628075668aa818ad6bfffcf25b11c (diff) |
Notes
Diffstat (limited to 'net/vinagre/Makefile')
-rw-r--r-- | net/vinagre/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/vinagre/Makefile b/net/vinagre/Makefile index 883c7e7e1ec6..5143efce23c4 100644 --- a/net/vinagre/Makefile +++ b/net/vinagre/Makefile @@ -7,7 +7,7 @@ PORTNAME= vinagre PORTVERSION= 0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -32,7 +32,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" post-install: - @-update-desktop-database + @-update-desktop-database > /dev/null + @-update-mime-database ${PREFIX}/share/mime > /dev/null .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for f in AUTHORS COPYING ChangeLog INSTALL MAINTAINERS NEWS README |