Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 May 2003 09:32:29 -0700 (PDT)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 31857 for review
Message-ID:  <200305251632.h4PGWTZl090663@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=31857

Change 31857 by des@des.at.des.thinksec.com on 2003/05/25 09:31:54

	Don't include DESTDIR in BINDIR and LIBDIR; OTOH, provide a default
	DESTDIR of /usr.

Affected files ...

.. //depot/projects/openpam/Makefile.inc#2 edit

Differences ...

==== //depot/projects/openpam/Makefile.inc#2 (text+ko) ====

@@ -1,7 +1,8 @@
-# $P4: //depot/projects/openpam/Makefile.inc#1 $
+# $P4: //depot/projects/openpam/Makefile.inc#2 $
 
-BINDIR		 = ${DESTDIR}/bin
-LIBDIR		 = ${DESTDIR}/lib
+DESTDIR		?= /usr
+BINDIR		 = /bin
+LIBDIR		 = /lib
 
 SHLIB_MAJOR	 = 2
 SHLIB_MINOR	 = 0



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