Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2002 09:07:40 -0700 (PDT)
From:      Brian Feldman <green@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 10526 for review
Message-ID:  <200204301607.g3UG7ea65652@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204301607.g3UG7ea65652>