- make it clear unarj was modified for ports.

discussed with and ok aja@ naddy@
This commit is contained in:
jasper 2011-11-04 13:25:59 +00:00
parent d2f9f93eaa
commit afa3b5b62d
2 changed files with 13 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.23 2011/11/04 10:15:23 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.24 2011/11/04 13:25:59 jasper Exp $
# $FreeBSD: Makefile,v 1.12 1999/02/17 22:25:36 ache Exp $
COMMENT= extract files from ARJ archives
DISTNAME= unarj-2.43
REVISION= 2
REVISION= 3
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/
EXTRACT_SUFX= .tgz

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-unarj_c,v 1.1 2011/11/04 13:25:59 jasper Exp $
--- unarj.c.orig Mon Sep 29 12:00:24 1997
+++ unarj.c Fri Nov 4 14:25:17 2011
@@ -104,6 +104,7 @@ static char *M_USAGE [] =
" UNARJ t archive (test archive)\n",
" UNARJ x archive (extract with pathnames)\n",
"\n",
+"UNARJ was modified for OpenBSD ports.\n",
"This is an ARJ demonstration program and ** IS NOT OPTIMIZED ** for speed.\n",
"You may freely use, copy and distribute this program, provided that no fee\n",
"is charged for such use, copying or distribution, and it is distributed\n",