Change BUILD_TARGET from empty into "build".
This commit is contained in:
parent
d734f5a0aa
commit
22e5dca8a6
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2005/09/27 04:03:33 ykomatsu Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2005/10/05 14:00:29 ykomatsu Exp $
|
||||
|
||||
DISTNAME= Zope-3.1.0c3
|
||||
PKGNAME= zope3-unstable-3.1.0c3
|
||||
|
@ -14,7 +14,7 @@ HAS_CONFIGURE= yes
|
|||
CONFIGURE_ARGS= --with-python ${PYTHONBIN} \
|
||||
--prefix ${PREFIX}/share/zope3 \
|
||||
--force
|
||||
BUILD_TARGET=
|
||||
BUILD_TARGET= build
|
||||
|
||||
USE_PKGINSTALL= yes
|
||||
RCD_SCRIPTS= zope3 zss3
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2005/10/03 02:00:23 ykomatsu Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2005/10/05 13:59:38 ykomatsu Exp $
|
||||
|
||||
DISTNAME= Zope-3.1.0
|
||||
PKGNAME= zope3-3.1.0
|
||||
|
@ -16,7 +16,7 @@ HAS_CONFIGURE= yes
|
|||
CONFIGURE_ARGS= --with-python ${PYTHONBIN} \
|
||||
--prefix ${PREFIX}/share/zope3 \
|
||||
--force
|
||||
BUILD_TARGET=
|
||||
BUILD_TARGET= build
|
||||
|
||||
USE_PKGINSTALL= yes
|
||||
RCD_SCRIPTS= zope3 zss3
|
||||
|
|
Loading…
Reference in a new issue