diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-09-04 23:29:45 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-09-04 23:29:45 +0000 |
commit | 574ee680023e1ea7ffe03dfc1e0c232ff8e808aa (patch) | |
tree | 0ebeb4c249cf5cbe10fb918c1b4d3a4ea738d648 /converters | |
parent | 0e3e8e2920ca07a13627f0e59a9b239e5843a6ce (diff) | |
download | ports-574ee680023e1ea7ffe03dfc1e0c232ff8e808aa.tar.gz ports-574ee680023e1ea7ffe03dfc1e0c232ff8e808aa.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/tnef/Makefile | 5 | ||||
-rw-r--r-- | converters/tnef/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/converters/tnef/Makefile b/converters/tnef/Makefile index 7de54a0e19e7..066dc39fcca0 100644 --- a/converters/tnef/Makefile +++ b/converters/tnef/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tnef -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.3 CATEGORIES= converters mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,14 +16,15 @@ COMMENT= Unpack data in MS Outlook TNEF format GNU_CONFIGURE= yes USE_GETOPT_LONG= yes +CONFIGURE_ARGS= --mandir=${MANPREFIX}/man CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= tnef.1 PORTDOCS= AUTHORS NEWS README THANKS TODO PLIST_FILES= bin/tnef -.if !defined(NOPORTDOCS) post-install: +.if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif diff --git a/converters/tnef/distinfo b/converters/tnef/distinfo index 84b5be0fdf7a..9cb6ad126b69 100644 --- a/converters/tnef/distinfo +++ b/converters/tnef/distinfo @@ -1,3 +1,3 @@ -MD5 (tnef-1.4.1.tar.gz) = da62095fb539d647567ffa5231c056e5 -SHA256 (tnef-1.4.1.tar.gz) = 7875f81ee06d3bc11621fe7c75a44d030eea9b71f0804b3a8f637cc20411c468 -SIZE (tnef-1.4.1.tar.gz) = 3911959 +MD5 (tnef-1.4.3.tar.gz) = cdd4750b7cf196014a72cb30eada92a1 +SHA256 (tnef-1.4.3.tar.gz) = be2d852bead0df591da8eaf0d36a79fedbe7dc0d577ade110a189e86405965af +SIZE (tnef-1.4.3.tar.gz) = 3920517 |