diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:55:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:55:04 +0000 |
commit | ce5e4570204c37f4ac986a2a6bc076aa911167d6 (patch) | |
tree | 1c069c3c993156dc583330fa958afbe99bb4966e /math/rapid/Makefile | |
parent | 8ac99398e2b62e1b10333d4c88ae273f4f0ed365 (diff) | |
download | ports-ce5e4570204c37f4ac986a2a6bc076aa911167d6.tar.gz ports-ce5e4570204c37f4ac986a2a6bc076aa911167d6.zip |
Notes
Diffstat (limited to 'math/rapid/Makefile')
-rw-r--r-- | math/rapid/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/math/rapid/Makefile b/math/rapid/Makefile index 20a3e388762c..886496453b25 100644 --- a/math/rapid/Makefile +++ b/math/rapid/Makefile @@ -1,12 +1,5 @@ -############################################################################ -# New ports collection Makefile for: RAPID -# Date created: 18 July 2006 -# Whom: Jason W. Bacon <jwbacon@tds.net> -# +# Created by: Jason W. Bacon <jwbacon@tds.net> # $FreeBSD$ -# -# -############################################################################ PORTNAME= rapid PORTVERSION= 2.01 @@ -28,6 +21,7 @@ MAKE_JOBS_UNSAFE= yes MAN1= rapid.1 +NO_STAGE= yes .include <bsd.port.pre.mk> post-extract: |