PERFORCE change 31857 for review
Dag-Erling Smorgrav
des at FreeBSD.org
Sun May 25 09:32:32 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=31857
Change 31857 by des at 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
More information about the p4-projects
mailing list