- fix up usage of CONFIGURE_ENV options
- rearrange @exec/@unexec commands in PLIST -- Ok'd by: maintainer
This commit is contained in:
parent
6f7a09b935
commit
738c822586
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/03/14 21:53:41 wilfried Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2001/03/16 00:43:38 brad Exp $
|
||||
|
||||
DISTNAME= sh-utils-2.0
|
||||
CATEGORIES= misc
|
||||
@ -19,9 +19,8 @@ LIB_DEPENDS= intl.1::devel/gettext
|
||||
SEPARATE_BUILD= concurrent
|
||||
USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
|
||||
CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= --program-prefix=g
|
||||
CONFIGURE_ARGS= --program-prefix="g"
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2001/03/15 14:10:40 wilfried Exp $
|
||||
@unexec install-info --delete --info-dir=%D/info %D/info/sh-utils.info
|
||||
@comment $OpenBSD: PLIST,v 1.3 2001/03/16 00:43:38 brad Exp $
|
||||
bin/gbasename
|
||||
bin/gchroot
|
||||
bin/gdate
|
||||
@ -33,7 +32,9 @@ bin/gusers
|
||||
bin/gwho
|
||||
bin/gwhoami
|
||||
bin/gyes
|
||||
@unexec install-info --delete --info-dir=%D/info %D/info/sh-utils.info
|
||||
info/sh-utils.info
|
||||
@exec install-info --info-dir=%D/info %D/info/sh-utils.info
|
||||
man/man1/gbasename.1
|
||||
man/man1/gchroot.1
|
||||
man/man1/gdate.1
|
||||
@ -80,4 +81,3 @@ share/locale/ru/LC_MESSAGES/sh-utils.mo
|
||||
share/locale/sk/LC_MESSAGES/sh-utils.mo
|
||||
share/locale/sv/LC_MESSAGES/sh-utils.mo
|
||||
share/locale/zh/LC_MESSAGES/sh-utils.mo
|
||||
@exec install-info --info-dir=%D/info %D/info/sh-utils.info
|
||||
|
Loading…
x
Reference in New Issue
Block a user