REPLACE_SH for SunOS<5.11 and friends
This commit is contained in:
parent
f4e822c4c4
commit
7704d13adf
1 changed files with 4 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.6 2011/10/09 10:02:45 cheusov Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2011/11/27 21:44:20 cheusov Exp $
|
||||
#
|
||||
|
||||
.include "../../pkgtools/pkg_online-server/Makefile.common"
|
||||
|
||||
PKGNAME= ${DISTNAME:C/online/online-client/}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= pkgtools
|
||||
MAINTAINER= cheusov@NetBSD.org
|
||||
COMMENT+= (client tools)
|
||||
|
@ -25,6 +26,8 @@ MAKE_ENV+= DOCDIR=${DOCDIR} EGDIR=${EGDIR}
|
|||
CONF_FILES= ${EGDIR}/pkg_online_client.conf \
|
||||
${PKG_SYSCONFDIR}/pkg_online_client.conf
|
||||
|
||||
REPLACE_SH= client/pkg_online_client client/pkg_online_find
|
||||
|
||||
MAKE_PROGRAM= mkcmake
|
||||
|
||||
.include "../../devel/mk-configure/configure.mk"
|
||||
|
|
Loading…
Reference in a new issue