aboutsummaryrefslogtreecommitdiff
path: root/cad/qmls
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 15:58:41 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 15:58:41 +0000
commit8e91f3161f9c1603aa8633d03faa39d0eb27baf5 (patch)
treead09b4f24df8e2cf74670acb86a133957eb333d0 /cad/qmls
parent2324655f200dcb66c0a26dc9f7ba34216e5a7c3f (diff)
downloadports-8e91f3161f9c1603aa8633d03faa39d0eb27baf5.tar.gz
ports-8e91f3161f9c1603aa8633d03faa39d0eb27baf5.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: cad)
Notes
Notes: svn path=/head/; revision=327711
Diffstat (limited to 'cad/qmls')
-rw-r--r--cad/qmls/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/cad/qmls/Makefile b/cad/qmls/Makefile
index a7c512606383..d69bdda56168 100644
--- a/cad/qmls/Makefile
+++ b/cad/qmls/Makefile
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection makefile for: qmls
-# Date created: Dec 10, 2001
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
-#
PORTNAME= qmls
PORTVERSION= 0.2
@@ -17,4 +12,5 @@ COMMENT= Quine-McCluskey Logic Simplifier
PLIST_FILES= bin/qmls
GNU_CONFIGURE= yes
+NO_STAGE= yes
.include <bsd.port.mk>