diff options
Diffstat (limited to 'databases/php53-pdo/Makefile')
-rw-r--r-- | databases/php53-pdo/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/databases/php53-pdo/Makefile b/databases/php53-pdo/Makefile index 9b0eb98238b1..9de3882d00c2 100644 --- a/databases/php53-pdo/Makefile +++ b/databases/php53-pdo/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: php53-pdo -# Date created: 12 Apr 2012 -# Whom: Florian Smeets <flo@FreeBSD.org> -# # $FreeBSD$ -# CATEGORIES= databases @@ -11,4 +6,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php53 PKGNAMESUFFIX= -pdo +NO_STAGE= yes .include "${MASTERDIR}/Makefile" |