diff options
Diffstat (limited to 'databases/db41/Makefile')
-rw-r--r-- | databases/db41/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/databases/db41/Makefile b/databases/db41/Makefile index 2f6454584732..b2c973f90659 100644 --- a/databases/db41/Makefile +++ b/databases/db41/Makefile @@ -1,9 +1,5 @@ -# ports collection makefile for: Berkeley DB v4 -# Date created: 2003-01-04 -# Whom: Matthias Andree <matthias.andree@gmx.de> -# +# Created by: Matthias Andree <matthias.andree@gmx.de> # $FreeBSD$ -# PORTNAME= db41 PORTVERSION= 4.1.25 @@ -35,6 +31,7 @@ INSTALL_TARGET= install install_docs PORTDOCS= * .endif +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == amd64 |