diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:13:47 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:13:47 +0000 |
| commit | 36117d709704f772dbc3d305cda6923741791598 (patch) | |
| tree | 6c3ec2a25be0f66e3eb89c7c32e68146ec791ef6 /databases/proftpd-mod_sql_postgres | |
| parent | da36d73df110e6c5e375c94ba2ebbfb705fe6bf6 (diff) | |
Add NO_STAGE all over the place in preparation for the staging support (cat: databases)
Diffstat (limited to 'databases/proftpd-mod_sql_postgres')
| -rw-r--r-- | databases/proftpd-mod_sql_postgres/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/proftpd-mod_sql_postgres/Makefile b/databases/proftpd-mod_sql_postgres/Makefile index e5b8b3c37f29..7a516209320c 100644 --- a/databases/proftpd-mod_sql_postgres/Makefile +++ b/databases/proftpd-mod_sql_postgres/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: proftpd-mod_sql_postgres -# Date created: 25 Jan 2012 -# Whom: Martin Matuska <mm@FreeBSD.org> -# +# Created by: Martin Matuska <mm@FreeBSD.org> # $FreeBSD$ PORTNAME= mod_sql_postgres @@ -25,4 +22,5 @@ LIBDIRS= ${LOCALBASE}/lib _BUILDING_PROFTPD_MODULE= ${PORTNAME} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" |
