diff options
Diffstat (limited to 'converters/tnef/Makefile')
-rw-r--r-- | converters/tnef/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/converters/tnef/Makefile b/converters/tnef/Makefile index c3f87c7b8106..4ef4d76b2958 100644 --- a/converters/tnef/Makefile +++ b/converters/tnef/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tnef -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= converters mail MASTER_SITES= http://world.std.com/~damned/ @@ -14,4 +14,9 @@ MAINTAINER= cr@jcmax.com GNU_CONFIGURE= yes +MAN1= tnef.1 + +pre-configure: + ${MV} ${WRKSRC}/doc/tnef.3 ${WRKSRC}/doc/tnef.1 + .include <bsd.port.mk> |