mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
No need to use "+=" to define a variable that appears only once....
This commit is contained in:
parent
f4a9098044
commit
8b87ca1e64
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11339
2 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
||||||
# Date created: 23 September 1997
|
# Date created: 23 September 1997
|
||||||
# Whom: Andrey Zakhvatov
|
# Whom: Andrey Zakhvatov
|
||||||
#
|
#
|
||||||
# $Id$
|
# $Id: Makefile,v 1.1.1.1 1998/06/07 12:01:14 kuriyama Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= ncurses-1.9.9g
|
DISTNAME= ncurses-1.9.9g
|
||||||
|
@ -14,9 +14,9 @@ MAINTAINER= andy@icc.surw.chel.su
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/ncurses_1.9.9g
|
WRKSRC= ${WRKDIR}/ncurses_1.9.9g
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS+= --with-shared --datadir=${PREFIX}/share/misc
|
CONFIGURE_ARGS= --with-shared --datadir=${PREFIX}/share/misc
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
MAKE_FLAGS+= ABI_VERSION=3.4 -f
|
MAKE_FLAGS= ABI_VERSION=3.4 -f
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@ ${MKDIR} ${PREFIX}/include/ncurses
|
@ ${MKDIR} ${PREFIX}/include/ncurses
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# Date created: 23 September 1997
|
# Date created: 23 September 1997
|
||||||
# Whom: Andrey Zakhvatov
|
# Whom: Andrey Zakhvatov
|
||||||
#
|
#
|
||||||
# $Id$
|
# $Id: Makefile,v 1.1.1.1 1998/06/07 12:01:14 kuriyama Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= ncurses-1.9.9g
|
DISTNAME= ncurses-1.9.9g
|
||||||
|
@ -14,9 +14,9 @@ MAINTAINER= andy@icc.surw.chel.su
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/ncurses_1.9.9g
|
WRKSRC= ${WRKDIR}/ncurses_1.9.9g
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS+= --with-shared --datadir=${PREFIX}/share/misc
|
CONFIGURE_ARGS= --with-shared --datadir=${PREFIX}/share/misc
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
MAKE_FLAGS+= ABI_VERSION=3.4 -f
|
MAKE_FLAGS= ABI_VERSION=3.4 -f
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@ ${MKDIR} ${PREFIX}/include/ncurses
|
@ ${MKDIR} ${PREFIX}/include/ncurses
|
||||||
|
|
Loading…
Add table
Reference in a new issue