Respect CFLAGS.

Move one file from pkg-plist to Makefile and remove pkg-plist.
This commit is contained in:
Sergey A. Osokin 2004-07-14 13:46:22 +00:00
parent 3a3bfdeda2
commit 150352951a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113648
3 changed files with 3 additions and 3 deletions

View File

@ -24,6 +24,8 @@ MAN1= xsysstats.1
ALL_TARGET= xsysstats
PLIST_FILES= bin/xsysstats
pre-patch:
${RM} ${WRKSRC}/headers.h && ${TOUCH} ${WRKSRC}/headers.h

View File

@ -5,7 +5,7 @@
-CFLAGS = @CFLAGS@
-CPPFLAGS = @CPPFLAGS@
+#CC = @CC@
+CFLAGS = -I@x_includes@
+CFLAGS = @CFLAGS@ -I@x_includes@
+#CPPFLAGS = @CPPFLAGS@
LIBS = @LIBS@
LDFLAGS = @LDFLAGS@

View File

@ -1,2 +0,0 @@
@comment $FreeBSD$
bin/xsysstats