summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/oinkmaster/MESSAGE6
-rw-r--r--net/oinkmaster/Makefile5
-rw-r--r--net/oinkmaster/distinfo8
3 files changed, 10 insertions, 9 deletions
diff --git a/net/oinkmaster/MESSAGE b/net/oinkmaster/MESSAGE
index 291dfbbc8cb..08c20a5394b 100644
--- a/net/oinkmaster/MESSAGE
+++ b/net/oinkmaster/MESSAGE
@@ -1,14 +1,14 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2004/04/20 09:36:09 xtraeme Exp $
+$NetBSD: MESSAGE,v 1.2 2005/04/27 19:50:48 adrianp Exp $
You will receive two false positives about classification.config and
reference.config as oinkmaster expects these files to be in
${PREFIX}/share/snort/rules. To resolve this enter the following
commands:
- ln -s ${PKG_SYSCONFDIR}/snort/classification.config \
+ ${LN} -s ${PKG_SYSCONFDIR}/snort/classification.config \
${PREFIX}/share/snort/rules/classification.config
- ln -s ${PKG_SYSCONFDIR}/snort/reference.config \
+ ${LN} -s ${PKG_SYSCONFDIR}/snort/reference.config \
${PREFIX}/share/snort/rules/reference.config
===========================================================================
diff --git a/net/oinkmaster/Makefile b/net/oinkmaster/Makefile
index 66f396515dd..f49ce8ae3a9 100644
--- a/net/oinkmaster/Makefile
+++ b/net/oinkmaster/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2005/04/11 21:46:52 tv Exp $
+# $NetBSD: Makefile,v 1.4 2005/04/27 19:50:48 adrianp Exp $
-DISTNAME= oinkmaster-1.1
+DISTNAME= oinkmaster-1.2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=oinkmaster/}
@@ -22,6 +22,7 @@ DOCDIR= ${PREFIX}/share/doc/oinkmaster
DOCS= INSTALL LICENSE README README.templates UPGRADING FAQ
REPLACE_PERL+= ${WRKSRC}/oinkmaster.pl
+MESSAGE_SUBST+= LN=${LN}
SUBST_CLASSES= pub
SUBST_STAGE.pub= post-patch
diff --git a/net/oinkmaster/distinfo b/net/oinkmaster/distinfo
index e3a8f7c62a8..ed2f56e906a 100644
--- a/net/oinkmaster/distinfo
+++ b/net/oinkmaster/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 12:13:57 agc Exp $
+$NetBSD: distinfo,v 1.4 2005/04/27 19:50:48 adrianp Exp $
-SHA1 (oinkmaster-1.1.tar.gz) = be216566653352782615a752993968246c4ee102
-RMD160 (oinkmaster-1.1.tar.gz) = bb4e58007a5f67ad2ca9a886013b6c9764e05abd
-Size (oinkmaster-1.1.tar.gz) = 69947 bytes
+SHA1 (oinkmaster-1.2.tar.gz) = d4628e9c42e635aaaf90f8c9b2dfdcd5db618ed4
+RMD160 (oinkmaster-1.2.tar.gz) = 74dcd25477b24af4e64100cc51b70416e8f5a1ec
+Size (oinkmaster-1.2.tar.gz) = 75512 bytes