diff options
Diffstat (limited to 'cad')
-rw-r--r-- | cad/geda-docs/Makefile | 1 | ||||
-rw-r--r-- | cad/geda-examples/Makefile | 1 | ||||
-rw-r--r-- | cad/qmls/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/cad/geda-docs/Makefile b/cad/geda-docs/Makefile index ce2ef3e4d079..8ef6a7d2f324 100644 --- a/cad/geda-docs/Makefile +++ b/cad/geda-docs/Makefile @@ -18,5 +18,4 @@ DOCSDIR= ${PREFIX}/share/doc/geda GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-docdir=${DOCSDIR} -NO_STAGE= yes .include <bsd.port.mk> diff --git a/cad/geda-examples/Makefile b/cad/geda-examples/Makefile index 54de51a59925..1c19909ea8da 100644 --- a/cad/geda-examples/Makefile +++ b/cad/geda-examples/Makefile @@ -17,7 +17,6 @@ GNU_CONFIGURE= yes EXAMPLESDIR= ${PREFIX}/share/examples/geda -NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/cad/qmls/Makefile b/cad/qmls/Makefile index d69bdda56168..2f0d77390053 100644 --- a/cad/qmls/Makefile +++ b/cad/qmls/Makefile @@ -12,5 +12,4 @@ COMMENT= Quine-McCluskey Logic Simplifier PLIST_FILES= bin/qmls GNU_CONFIGURE= yes -NO_STAGE= yes .include <bsd.port.mk> |