diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-26 17:24:35 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-26 17:24:35 +0000 |
commit | 4d4db2684b5537944ba9de1e90179e90a1bc1149 (patch) | |
tree | 43ea97af9adc9b293ee707fafab80172c869d42c /databases/postgresql90-plpython | |
parent | New port: devel/go-rest-json: (diff) |
Stage support
Reviewed by: postgresql@
Tested by: miwi and me
Notes
Notes:
svn path=/head/; revision=346217
Diffstat (limited to 'databases/postgresql90-plpython')
-rw-r--r-- | databases/postgresql90-plpython/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/postgresql90-plpython/Makefile b/databases/postgresql90-plpython/Makefile index b8b4ad02dd93..ccf6f2a45cc4 100644 --- a/databases/postgresql90-plpython/Makefile +++ b/databases/postgresql90-plpython/Makefile @@ -27,5 +27,4 @@ BUILD_DIRS= src/backend src/pl/plpython INSTALL_DIRS= src/pl/plpython SLAVE_ONLY= yes -NO_STAGE= yes .include "${MASTERDIR}/Makefile" |