mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
No need to use += for CONFIGURE_ENV here. Remember, bsd.port.mk is
included at the end of the Makefile.
This commit is contained in:
parent
0fc5da0960
commit
f6da2d14af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6439
@ -3,7 +3,7 @@
|
||||
# Date created: 26-Apr-97
|
||||
# Whom: johnh@isi.edu
|
||||
#
|
||||
# $Id: Makefile,v 1.1.1.1 1997/05/07 07:44:38 tg Exp $
|
||||
# $Id: Makefile,v 1.2 1997/05/09 09:31:07 tg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= dontspace-1.2
|
||||
@ -17,7 +17,7 @@ RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41
|
||||
GNU_CONFIGURE= Yes
|
||||
CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games \
|
||||
--mandir=${PREFIX}/man
|
||||
CONFIGURE_ENV+= WISHX=${PREFIX}/bin/wish4.1
|
||||
CONFIGURE_ENV= WISHX=${PREFIX}/bin/wish4.1
|
||||
MAN6= dontspace.6
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: 26-Apr-97
|
||||
# Whom: johnh@isi.edu
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1997/05/07 07:47:00 tg Exp $
|
||||
# $Id: Makefile,v 1.3 1997/05/09 09:31:08 tg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= klondike-1.8
|
||||
@ -17,7 +17,7 @@ RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41
|
||||
GNU_CONFIGURE= Yes
|
||||
CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games \
|
||||
--mandir=${PREFIX}/man
|
||||
CONFIGURE_ENV+= WISHX=${PREFIX}/bin/wish4.1
|
||||
CONFIGURE_ENV= WISHX=${PREFIX}/bin/wish4.1
|
||||
MAN6= klondike.6
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user