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/pecl-big_int | |
parent | 8ac99398e2b62e1b10333d4c88ae273f4f0ed365 (diff) |
Notes
Diffstat (limited to 'math/pecl-big_int')
-rw-r--r-- | math/pecl-big_int/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/math/pecl-big_int/Makefile b/math/pecl-big_int/Makefile index 608a4f2dd435..ea9509406106 100644 --- a/math/pecl-big_int/Makefile +++ b/math/pecl-big_int/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pecl-big_int -# Date created: 16 May 2005 -# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) -# +# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) # $FreeBSD$ -# PORTNAME= big_int PORTVERSION= 1.0.7 @@ -26,6 +22,7 @@ EXAMPLES= bitset.php example.php rand.php RSA.php std_header.php CONFIGURE_ARGS= --enable-big-int=shared .if !defined(NOPORTDOCS) +NO_STAGE= yes post-install: ${MKDIR} ${DOCSDIR} ${MKDIR} ${EXAMPLESDIR} |