aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/libublio/Makefile2
-rw-r--r--math/slatec/Makefile8
2 files changed, 3 insertions, 7 deletions
diff --git a/devel/libublio/Makefile b/devel/libublio/Makefile
index 04531648b663..77dad916eb86 100644
--- a/devel/libublio/Makefile
+++ b/devel/libublio/Makefile
@@ -18,7 +18,7 @@ PLIST_SUB+= PROFLIB="@comment "
PLIST_SUB+= PROFLIB=""
.endif
-SRCCONF= ${NONEXISTENT}
+SRCCONF= /dev/null
MAKE_ENV+= SRCCONF=${SRCCONF}
.include <bsd.port.options.mk>
diff --git a/math/slatec/Makefile b/math/slatec/Makefile
index fa17cc57fd01..60e364a3e850 100644
--- a/math/slatec/Makefile
+++ b/math/slatec/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: slatec
-# Date created: 3 November 2010
-# Whom: Anton Shterenlikht
-#
+# Created by: Anton Shterenlikht
# $FreeBSD$
-#
PORTNAME= slatec
PORTVERSION= 4.1
@@ -30,7 +26,7 @@ PORTDOCS= guide toc
LDFLAGS+= ${FFLAGS}
LDADD ?= -lgfortran -lm
-SRCCONF= ${NONEXISTENT}
+SRCCONF= /dev/null
MAKE_ENV+= LDADD="${LDADD}" SHLIB_MAJOR="${SHLIB_MAJOR}" \
SRCCONF="${SRCCONF}"