diff options
Diffstat (limited to 'mail/balsa/Makefile')
-rw-r--r-- | mail/balsa/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index fa7045915746..e630e38dc49b 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -6,7 +6,7 @@ # PORTNAME= balsa -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.1 CATEGORIES= mail gnome MASTER_SITES= ftp://ftp.newton.cx/pub/balsa/ \ http://www.theochem.kth.se/~pawsa/balsa/ @@ -34,7 +34,4 @@ CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ MAN1= balsa.1 -post-install: - ${INSTALL_MAN} ${WRKSRC}/balsa.1 ${PREFIX}/man/man1 - .include <bsd.port.mk> |