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/scv | |
parent | 2324655f200dcb66c0a26dc9f7ba34216e5a7c3f (diff) | |
download | ports-8e91f3161f9c1603aa8633d03faa39d0eb27baf5.tar.gz ports-8e91f3161f9c1603aa8633d03faa39d0eb27baf5.zip |
Notes
Diffstat (limited to 'cad/scv')
-rw-r--r-- | cad/scv/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/cad/scv/Makefile b/cad/scv/Makefile index 8ef3c44de716..671dbfa7536b 100644 --- a/cad/scv/Makefile +++ b/cad/scv/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: scv -# Date created: 16 December 2006 -# Whom: Peter Johnson -# +# Created by: Peter Johnson # $FreeBSD$ -# PORTNAME= scv PORTVERSION= 1.0p2 @@ -29,6 +25,7 @@ CONFIGURE_WRKSRC= ${WRKSRC}/objdir BUILD_WRKSRC= ${WRKSRC}/objdir INSTALL_WRKSRC= ${WRKSRC}/objdir +NO_STAGE= yes .include <bsd.port.pre.mk> .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) |