diff options
author | jtb <jtb@pkgsrc.org> | 2001-06-04 19:11:57 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-06-04 19:11:57 +0000 |
commit | 1902dea76a582dccde3ee29cac7504d922b0f77e (patch) | |
tree | 4229e975da3430cff24c9c8b9f0a37f79d8a41ae /time/titrax/Makefile | |
parent | 3633f2cd8d23aed8000ba87f26be30e01f113fc4 (diff) | |
download | pkgsrc-1902dea76a582dccde3ee29cac7504d922b0f77e.tar.gz |
Do not sell for profit.
Remove unnecessary sed input redirection.
Diffstat (limited to 'time/titrax/Makefile')
-rw-r--r-- | time/titrax/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/time/titrax/Makefile b/time/titrax/Makefile index 015929e395c..ec72af03829 100644 --- a/time/titrax/Makefile +++ b/time/titrax/Makefile @@ -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 |