diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 19:53:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 19:53:09 +0000 |
commit | 888ab73a81ce0010b6a141740f5b26e92a5ec6a8 (patch) | |
tree | 1373440d0f3681e50dd86fe77aff964fd6e1aeb8 /lang/dmd2 | |
parent | e280255b603b3a9113f771a6eb4215c94cb1fb1a (diff) | |
download | ports-888ab73a81ce0010b6a141740f5b26e92a5ec6a8.tar.gz ports-888ab73a81ce0010b6a141740f5b26e92a5ec6a8.zip |
Notes
Diffstat (limited to 'lang/dmd2')
-rw-r--r-- | lang/dmd2/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/dmd2/Makefile b/lang/dmd2/Makefile index d83a691310be..f1e7be1677ac 100644 --- a/lang/dmd2/Makefile +++ b/lang/dmd2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dmd2 -# Date created: November 29 2010 -# Whom: Ruben <chromium@hybridsource.org> -# +# Created by: Ruben <chromium@hybridsource.org> # $FreeBSD$ -# PORTNAME= dmd PKGNAMESUFFIX= 2 @@ -30,6 +26,7 @@ LICENSE_NAME_DMD= Digital Mars license LICENSE_FILE_DMD= ${WRKSRC}/backendlicense.txt LICENSE_PERMS_DMD= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-accept +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 800000 |