pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/systrace-policies Correct the PLIST for non-i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c02947a7dfe4
branches:  trunk
changeset: 495185:c02947a7dfe4
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sat Jun 04 00:35:28 2005 +0000

description:
Correct the PLIST for non-i386 machines.
Bump PKGREVISION.

diffstat:

 security/systrace-policies/Makefile |  5 +++--
 security/systrace-policies/PLIST    |  8 ++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (43 lines):

diff -r 3c4b34a79f3b -r c02947a7dfe4 security/systrace-policies/Makefile
--- a/security/systrace-policies/Makefile       Sat Jun 04 00:31:24 2005 +0000
+++ b/security/systrace-policies/Makefile       Sat Jun 04 00:35:28 2005 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/03/24 17:11:45 agc Exp $
+# $NetBSD: Makefile,v 1.2 2005/06/04 00:35:28 kristerw Exp $
 
 DISTNAME=      hairyeyeball-1.1
+PKGREVISION=   1
 CATEGORIES=    security sysutils
 MASTER_SITES=  http://www.blafasel.org/~floh/he/releases/
 EXTRACT_SUFX=  .tgz
@@ -11,7 +12,7 @@
 
 WRKSRC=                ${WRKDIR}/1.1
 
-NO_BUILD=      # defined
+NO_BUILD=      YES
 
 do-install:
        dir=${PREFIX}/share/examples/systrace-policies;                 \
diff -r 3c4b34a79f3b -r c02947a7dfe4 security/systrace-policies/PLIST
--- a/security/systrace-policies/PLIST  Sat Jun 04 00:31:24 2005 +0000
+++ b/security/systrace-policies/PLIST  Sat Jun 04 00:35:28 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/03/24 17:11:45 agc Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/06/04 00:35:28 kristerw Exp $
 share/examples/systrace-policies/00FILELIST.txt
 share/examples/systrace-policies/00README-X11.txt
 share/examples/systrace-policies/00README.txt
@@ -121,9 +121,9 @@
 share/examples/systrace-policies/usr_bin_zmore
 share/examples/systrace-policies/usr_games_caesar
 share/examples/systrace-policies/usr_games_fortune
-share/examples/systrace-policies/usr_lib_gcc_lib_${MACHINE_ARCH}_unknown_openbsd3_1_2_95_3_cc1
-share/examples/systrace-policies/usr_lib_gcc_lib_${MACHINE_ARCH}_unknown_openbsd3_1_2_95_3_collect2
-share/examples/systrace-policies/usr_lib_gcc_lib_${MACHINE_ARCH}_unknown_openbsd3_1_2_95_3_cpp0
+share/examples/systrace-policies/usr_lib_gcc_lib_i386_unknown_openbsd3_1_2_95_3_cc1
+share/examples/systrace-policies/usr_lib_gcc_lib_i386_unknown_openbsd3_1_2_95_3_collect2
+share/examples/systrace-policies/usr_lib_gcc_lib_i386_unknown_openbsd3_1_2_95_3_cpp0
 share/examples/systrace-policies/usr_libexec_cpp
 share/examples/systrace-policies/usr_libexec_ftpd
 share/examples/systrace-policies/usr_local_AbiSuite_bin_AbiWord_d



Home | Main Index | Thread Index | Old Index