Do not sell for profit.
Remove unnecessary sed input redirection.
This commit is contained in:
parent
3633f2cd8d
commit
1902dea76a
1 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 2001/02/25 04:18:20 hubertf Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2001/06/04 19:11:57 jtb Exp $
|
||||
#
|
||||
|
||||
DISTNAME= titrax-1.98
|
||||
|
@ -12,10 +12,12 @@ COMMENT= Little X11 tool to track project times
|
|||
USE_IMAKE= yes
|
||||
USE_PERL5= yes
|
||||
|
||||
RESTRICTED= "Do not sell for profit"
|
||||
|
||||
post-patch:
|
||||
${MV} ${WRKSRC}/Imakefile ${WRKSRC}/Imakefile.bak
|
||||
${SED} -e 's|@LOCALBASE@|${LOCALBASE}|g' -e 's|@X11BASE@|${X11PREFIX}|g' \
|
||||
< ${WRKSRC}/Imakefile.bak > ${WRKSRC}/Imakefile
|
||||
${WRKSRC}/Imakefile.bak > ${WRKSRC}/Imakefile
|
||||
|
||||
pre-install:
|
||||
${INSTALL_DATA_DIR} ${X11PREFIX}/libexec/titrax
|
||||
|
|
Loading…
Reference in a new issue