svn commit: r491933 - head/lang/cfortran
Tobias Kortkamp
tobik at FreeBSD.org
Sat Feb 2 09:47:29 UTC 2019
Author: tobik
Date: Sat Feb 2 09:47:28 2019
New Revision: 491933
URL: https://svnweb.freebsd.org/changeset/ports/491933
Log:
lang/cfortran: Use NO_WRKSUBDIR
Modified:
head/lang/cfortran/Makefile
Modified: head/lang/cfortran/Makefile
==============================================================================
--- head/lang/cfortran/Makefile Sat Feb 2 09:46:25 2019 (r491932)
+++ head/lang/cfortran/Makefile Sat Feb 2 09:47:28 2019 (r491933)
@@ -18,7 +18,7 @@ COMMENT= Easy-to-use powerful bridge between C and FOR
OPTIONS_DEFINE= DOCS EXAMPLES
NO_BUILD= yes
-WRKSRC= ${WRKDIR}
+NO_WRKSUBDIR= yes
PLIST_FILES= include/cfortran.h
PORTDOCS= *
More information about the svn-ports-head
mailing list