diff options
author | rillig <rillig@pkgsrc.org> | 2006-01-09 02:48:55 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-01-09 02:48:55 +0000 |
commit | 3a9a4959c282169f577812fbfcdae2a80dbd6a7d (patch) | |
tree | 9203ca8593d27d03d5ae80d6d7b1f809a1287e6f /textproc/tex2page | |
parent | 043613d2775c11df7151b445e9a36644f71d6c04 (diff) | |
download | pkgsrc-3a9a4959c282169f577812fbfcdae2a80dbd6a7d.tar.gz |
Fixed the remaining pkglint warnings about $(FOO) vs. ${FOO}.
Diffstat (limited to 'textproc/tex2page')
-rw-r--r-- | textproc/tex2page/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/tex2page/Makefile b/textproc/tex2page/Makefile index 2552204a889..eb1dfad87f0 100644 --- a/textproc/tex2page/Makefile +++ b/textproc/tex2page/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/01/08 21:17:17 agc Exp $ +# $NetBSD: Makefile,v 1.3 2006/01/09 02:48:55 rillig Exp $ # DISTNAME= tex2page @@ -18,7 +18,7 @@ CONFIGURE_ARGS+= --dialect=guile do-build: do-install: - $(INSTALL_SCRIPT) ${WRKSRC}/my-tex2page $(PREFIX)/bin/tex2page + ${INSTALL_SCRIPT} ${WRKSRC}/my-tex2page ${PREFIX}/bin/tex2page .include "../../lang/guile/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |