Shell disagrees with extra-quotes.
Don't change Makefile, provide extra tweaking button instead.
This commit is contained in:
parent
2b114dfc47
commit
f34103263e
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 1999/09/10 22:26:14 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 1999/09/14 10:43:54 espie Exp $
|
||||
|
||||
DISTNAME= zsh-3.1.6
|
||||
CATEGORIES= shells
|
||||
@ -16,8 +16,11 @@ MAINTAINER= brad@openbsd.org
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-zsh-mem --enable-zsh-secure-free --enable-dynamic
|
||||
|
||||
# If you want to build a static binary, uncomment the following line
|
||||
#CONFIGURE_ENV+= "LDFLAGS=-static"
|
||||
# invoke with -DSTATIC to build a static binary
|
||||
.if defined(STATIC)
|
||||
CONFIGURE_ENV+= LDFLAGS=-static
|
||||
PKGNAME= ${DISTNAME}-static
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@if [ ! -f ${PREFIX}/info/dir ]; then \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 1999/09/10 22:23:47 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 1999/09/14 10:43:53 espie Exp $
|
||||
|
||||
DISTNAME= zsh-3.0.6
|
||||
CATEGORIES= shells
|
||||
@ -16,8 +16,11 @@ MAINTAINER= ports@openbsd.org
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-zsh-mem --enable-zsh-secure-free
|
||||
|
||||
# If you want to build a static binary, uncomment the following line
|
||||
#CONFIGURE_ENV+= "LDFLAGS=-static"
|
||||
# invoke with -DSTATIC to build a static binary
|
||||
.if defined(STATIC)
|
||||
CONFIGURE_ENV+= LDFLAGS=-static
|
||||
PKGNAME= ${DISTNAME}-static
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@if [ ! -f ${PREFIX}/info/dir ]; then \
|
||||
|
Loading…
Reference in New Issue
Block a user