Test for hardcoded paths in Makefile.

This commit is contained in:
zhuk 2014-05-08 07:02:59 +00:00
parent cd9770b946
commit ef1e04bd68
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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>