update to 3.10; from Victor Sahlstedt <cvss@home.se>

This commit is contained in:
naddy 2004-11-09 19:42:35 +00:00
parent c069e2ba48
commit 6e2a0cc703
3 changed files with 5 additions and 22 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/05/03 19:13:28 naddy Exp $
# $OpenBSD: Makefile,v 1.2 2004/11/09 19:42:35 naddy Exp $
COMMENT= "commandline shell and file manager"
DISTNAME= clex-3.1.9
DISTNAME= clex-3.10
CATEGORIES= misc
HOMEPAGE= http://www.clex.sk/
@ -16,9 +16,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE:=download/}
EXTRACT_SUFX= .src.tar.gz
SEPARATE_BUILD= simple
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (clex-3.1.9.src.tar.gz) = 33efce1122f01945b0e09bb7d8791282
RMD160 (clex-3.1.9.src.tar.gz) = affdfef45b78845a469ffa190a107a4b998dd8db
SHA1 (clex-3.1.9.src.tar.gz) = 22ec5eb0670dc5fdabc5c689250cdb052e6ecadf
MD5 (clex-3.10.tar.gz) = c0523bde043ffd3167670ce9b94d6c28
RMD160 (clex-3.10.tar.gz) = 81888769b94e18a20abc12f987e86ab3bd48b246
SHA1 (clex-3.10.tar.gz) = 1f7df5dc003dcac2afadcb599afc700b379b8073

View File

@ -1,15 +0,0 @@
$OpenBSD: patch-src_Makefile_in,v 1.1.1.1 2004/05/03 19:13:28 naddy Exp $
--- src/Makefile.in.orig 2004-05-03 21:06:24.000000000 +0200
+++ src/Makefile.in 2004-05-03 21:06:47.000000000 +0200
@@ -504,9 +504,9 @@ help.inc: help_en.hlp
-e 's:\(.*\)@@=\(.*\):#"\1", "\2":' \
-e '/^#/!s:\(.*\):#"\1", 0:' \
-e 's: *":":g' \
- -e 's:#\(.*\):{ \1 },:' $< > $@
+ -e 's:#\(.*\):{ \1 },:' $? > $@
clex.1: clex.1.in
- sed -e 's:@sysconfdir\@:$(sysconfdir):g' $< > $@
+ sed -e 's:@sysconfdir\@:$(sysconfdir):g' $? > $@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: