From owner-p4-projects Tue Apr 30 9: 7:44 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 178DC37B404; Tue, 30 Apr 2002 09:07:41 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E86737B419 for ; Tue, 30 Apr 2002 09:07:40 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3UG7ea65652 for perforce@freebsd.org; Tue, 30 Apr 2002 09:07:40 -0700 (PDT) (envelope-from green@freebsd.org) Date: Tue, 30 Apr 2002 09:07:40 -0700 (PDT) Message-Id: <200204301607.g3UG7ea65652@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to green@freebsd.org using -f From: Brian Feldman Subject: PERFORCE change 10526 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=10526 Change 10526 by green@green_laptop_2 on 2002/04/30 09:07:31 Don't prepend DESTDIR to FILESDIR. Affected files ... ... //depot/projects/trustedbsd/mac/share/security/sebsd/Makefile#2 edit Differences ... ==== //depot/projects/trustedbsd/mac/share/security/sebsd/Makefile#2 (text+ko) ==== @@ -3,7 +3,7 @@ FILES= policy/policy.conf policy/README NOOBJ= noobj -FILESDIR= ${DESTDIR}/usr/share/security/sebsd +FILESDIR= /usr/share/security/sebsd .PATH: ${.CURDIR}/../../../contrib/sebsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message