Fix path to bltwish. Bump revision.
This commit is contained in:
parent
bd794b22e5
commit
b7183a3723
1 changed files with 8 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.20 2010/02/11 23:06:39 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.21 2010/03/19 15:04:05 joerg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ttt-1.8.2
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.sonycsl.co.jp/pub/kjc/
|
||||
|
||||
|
@ -19,6 +20,12 @@ INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX} \
|
|||
exec_prefix=${DESTDIR}${PREFIX} \
|
||||
mandir=${DESTDIR}${PREFIX}/${PKGMANDIR}
|
||||
|
||||
REPLACE_INTERPRETER+= sys-BLTWISH
|
||||
REPLACE.sys-BLTWISH.old= .*bltwish
|
||||
REPLACE.sys-BLTWISH.new= ${PREFIX}/bin/bltwish
|
||||
REPLACE_FILES.sys-BLTWISH= ttt.tcl
|
||||
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
.if ${OPSYS} == "NetBSD"
|
||||
|
|
Loading…
Reference in a new issue