add "p1" to PKGNAME after adding security patch.
This commit is contained in:
parent
b4fe2d28d6
commit
40ac952782
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2000/09/24 07:04:13 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2000/11/15 16:10:41 brad Exp $
|
||||
|
||||
DISTNAME= tcsh-6.09.03
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
CATEGORIES= shells
|
||||
NEED_VERSION= 1.330
|
||||
NEED_VERSION= 1.336
|
||||
MASTER_SITES= http://www2.wbs.ne.jp/~znc/tcsh/
|
||||
|
||||
MAINTAINER= Brad Smith <brad@openbsd.org>
|
||||
@ -14,14 +15,11 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
FLAVORS=static
|
||||
FLAVORS= static
|
||||
FLAVOR?=
|
||||
|
||||
.if defined(STATIC) && ${STATIC:U} == YES
|
||||
FLAVOR=static
|
||||
.endif
|
||||
.if ${FLAVOR:L} == "static"
|
||||
CONFIGURE_ENV+= LDFLAGS=-static
|
||||
CONFIGURE_ENV+= LDFLAGS="-static"
|
||||
.endif
|
||||
|
||||
ALL_TARGET= all catalogs
|
||||
|
Loading…
Reference in New Issue
Block a user