- tweak MASTER_SITES

- drop unneeded patch
This commit is contained in:
jasper 2011-12-06 22:21:36 +00:00
parent 0bb541f728
commit 3fd7b59178
2 changed files with 3 additions and 14 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2011/11/16 00:10:31 sthen Exp $
# $OpenBSD: Makefile,v 1.7 2011/12/06 22:21:36 jasper Exp $
COMMENT = utilities to read and parse Argus data
@ -7,7 +7,7 @@ REVISION = 0
CATEGORIES = net
HOMEPAGE = http://qosient.com/argus/
MASTER_SITES = http://qosient.com/argus/src/
MASTER_SITES = ${HOMEPAGE}/src/
MAINTAINER = Steven Mestdagh <steven@openbsd.org>
@ -27,6 +27,7 @@ BUILD_DEPENDS = devel/bison
USE_GROFF = Yes
MAKE_FLAGS = CCOPT="${CFLAGS}"
FAKE_FLAGS = docdir=${PREFIX}/share/doc/argus-clients/
post-extract:
@find ${WRKSRC} -name '.gdb_history' -exec rm -f {} \;

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-Makefile_in,v 1.1 2010/04/15 19:16:42 steven Exp $
--- Makefile.in.orig Sat Apr 10 12:56:00 2010
+++ Makefile.in Sat Apr 10 12:56:09 2010
@@ -37,7 +37,7 @@ exec_prefix = @exec_prefix@
datarootdir = @datarootdir@
srcdir = @srcdir@
-docdir = @datadir@/doc/argus-clients-3.0
+docdir = @datadir@/doc/argus-clients
#### End of system configuration section. ####