diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 15:58:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 15:58:41 +0000 |
commit | 8e91f3161f9c1603aa8633d03faa39d0eb27baf5 (patch) | |
tree | ad09b4f24df8e2cf74670acb86a133957eb333d0 /cad/qmls | |
parent | 2324655f200dcb66c0a26dc9f7ba34216e5a7c3f (diff) |
Notes
Diffstat (limited to 'cad/qmls')
-rw-r--r-- | cad/qmls/Makefile | 8 |
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> |