diff options
Diffstat (limited to 'mail/sma/Makefile')
-rw-r--r-- | mail/sma/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/sma/Makefile b/mail/sma/Makefile index 817f1c47478..314097f7658 100644 --- a/mail/sma/Makefile +++ b/mail/sma/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2006/09/09 02:43:10 obache Exp $ +# $NetBSD: Makefile,v 1.10 2006/11/14 12:31:30 obache Exp $ -DISTNAME= sma-1.3.2 +DISTNAME= sma-1.4 CATEGORIES= mail MASTER_SITES= http://www.klake.org/sma/dl/ @@ -19,7 +19,7 @@ BUILD_TARGET= sma .if empty(LOWER_OPSYS:Mirix5*) CFLAGS+= -DUSE_REGEXP .endif -INSTALLATION_DIRS= bin man/man8 +INSTALLATION_DIRS= bin ${PKGMANDIR}/man8 do-install: cd ${WRKSRC}; \ |