diff options
Diffstat (limited to 'mail/evolution-devel/Makefile')
-rw-r--r-- | mail/evolution-devel/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/evolution-devel/Makefile b/mail/evolution-devel/Makefile index 5c68abdc9d53..19972763f78b 100644 --- a/mail/evolution-devel/Makefile +++ b/mail/evolution-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= evolution PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/evolution @@ -51,7 +52,4 @@ pre-patch: 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.mk> |