diff options
Diffstat (limited to 'math/pecl-big_int/Makefile')
-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} |