Use NO_OBJ NO_PROFILE instead of obsoleted their variants

PR:     96244
Submitted by:   Jeremy Chadwick <freebsd@jdc.parodius.com>
This commit is contained in:
Andrey A. Chernov 2006-04-24 14:04:08 +00:00
parent b6d4df2e4a
commit dd1f918a0b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160323

View File

@ -1,7 +1,13 @@
--- scripts/makefile.freebsd.orig Sat May 18 08:46:45 2002
+++ scripts/makefile.freebsd Tue Jan 10 12:05:18 2006
@@ -12,22 +12,22 @@
NOOBJ= YES
--- scripts/makefile.freebsd.orig Sat May 18 18:46:45 2002
+++ scripts/makefile.freebsd Mon Apr 24 17:59:39 2006
@@ -8,26 +8,26 @@
LIB= png
SHLIB_MAJOR= ${SHLIB_VER}
SHLIB_MINOR= 0
-NOPROFILE= YES
-NOOBJ= YES
+NO_PROFILE= YES
+NO_OBJ= YES
# where make install puts libpng.a and png.h
-DESTDIR= ${PREFIX}