mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Test for hardcoded paths in Makefile.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user