Test for hardcoded paths in Makefile.
This commit is contained in:
parent
cd9770b946
commit
ef1e04bd68
@ -1 +1,2 @@
|
||||
hardcoded paths detected in Makefile, consider using SUBST_VARS and TRUEPREFIX/LOCALBASE/LOCALSTATEDIR/VARBASE
|
||||
hardcoded paths detected in pkg/README, consider using SUBST_VARS and TRUEPREFIX/LOCALBASE/LOCALSTATEDIR/VARBASE
|
||||
|
@ -1,6 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2014/02/09 18:14:05 zhuk Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2014/05/08 07:02:59 zhuk Exp $
|
||||
|
||||
COMMENT = test 8
|
||||
DISTNAME = test-8
|
||||
|
||||
CONFIGURE_ENV = CFLAGS="-I/usr/local/include" \
|
||||
LDFLAGS="-L/usr/local/lib"
|
||||
LOCALSTATEDIR = /var/foo
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user