update to 5.2.

This commit is contained in:
aanriot 2005-09-30 07:47:27 +00:00
parent baa68c7593
commit 8f335e7444
3 changed files with 10 additions and 11 deletions

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.5 2005/09/14 10:41:02 espie Exp $
# $OpenBSD: Makefile,v 1.6 2005/09/30 07:47:27 aanriot Exp $
COMMENT= "next generation scanning tool"
DISTNAME= amap-5.1
PKGNAME= ${DISTNAME}p0
DISTNAME= amap-5.2
CATEGORIES= security
HOMEPAGE= http://www.thc.org/thc-amap/

View File

@ -1,4 +1,4 @@
MD5 (amap-5.1.tar.gz) = 6d0a1c54d07967dfc10768a5ca6ee16b
RMD160 (amap-5.1.tar.gz) = de5351610a8b518709f0420d7364ec27d9c8187e
SHA1 (amap-5.1.tar.gz) = 59f4848bc0bff33f0902814aff4f0d2df8724433
SIZE (amap-5.1.tar.gz) = 261983
MD5 (amap-5.2.tar.gz) = e3b1f5ebd24aac03aacb38ec183eb426
RMD160 (amap-5.2.tar.gz) = 4ea604ecb086f8e3cac84b45caac93b4a04eba26
SHA1 (amap-5.2.tar.gz) = 0474391a4c78040a7504bcce3b45bd926a682c41
SIZE (amap-5.2.tar.gz) = 262875

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-Makefile_am,v 1.2 2005/06/20 18:26:17 niallo Exp $
--- Makefile.am.orig Mon Jun 20 08:48:41 2005
+++ Makefile.am Mon Jun 20 08:51:05 2005
$OpenBSD: patch-Makefile_am,v 1.3 2005/09/30 07:47:27 aanriot Exp $
--- Makefile.am.orig Fri Sep 30 07:30:26 2005
+++ Makefile.am Fri Sep 30 07:30:31 2005
@@ -1,13 +1,13 @@
-CC=gcc
-LIB=-lpcre -L./pcre-3.9/ -I./pcre-3.9/
@ -30,7 +30,7 @@ $OpenBSD: patch-Makefile_am,v 1.2 2005/06/20 18:26:17 niallo Exp $
- -test -e amap.exe && cp -f amap.exe amapcrap.exe $(PREFIX)$(BINDIR) || echo
- -cp -f $(SCRIPTS) $(PREFIX)$(DATADIR)
- -cp -f $(MANPAGE) $(PREFIX)$(MANDIR)
- -cd $(PREFIX)$(BINDIR) && ln -s amap amap6
- -test $(PREFIX)$(BINDIR)/amap6 || cd $(PREFIX)$(BINDIR) && ln -s amap amap6
+ @test -e amap && $(BSD_INSTALL_PROGRAM) amap amap6 amapcrap $(PREFIX)$(BINDIR)
+ @test -d $(PREFIX)$(MANDIR) || mkdir -p $(PREFIX)$(MANDIR)
+ $(BSD_INSTALL_MAN) $(MANPAGE) $(PREFIX)$(MANDIR)