diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2013-09-25 21:47:31 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2013-09-25 21:47:31 +0000 |
commit | fa52195c1fcd0a0bd23cf326d70984af93afb10a (patch) | |
tree | a925fd3f1f2ce0371bd0ca33c88cef4c14a1359c | |
parent | 4eada7bdfb0e13d04de4ba87bc812b67f303c3d5 (diff) | |
download | ports-fa52195c1fcd0a0bd23cf326d70984af93afb10a.tar.gz ports-fa52195c1fcd0a0bd23cf326d70984af93afb10a.zip |
Notes
-rw-r--r-- | print/txtbdf2ps/Makefile | 3 | ||||
-rw-r--r-- | print/txtbdf2ps/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/print/txtbdf2ps/Makefile b/print/txtbdf2ps/Makefile index a43fda748d2e..45be3a0f7822 100644 --- a/print/txtbdf2ps/Makefile +++ b/print/txtbdf2ps/Makefile @@ -21,11 +21,10 @@ EXTRACT_AFTER_ARGS= ${WRKDIR} NO_WRKSUBDIR= yes NO_BUILD= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|g' ${WRKSRC}/${DISTNAME}.txt do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME}.txt ${PREFIX}/bin/txtbdf2ps + ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME}.txt ${STAGEDIR}${PREFIX}/bin/txtbdf2ps .include <bsd.port.mk> diff --git a/print/txtbdf2ps/pkg-descr b/print/txtbdf2ps/pkg-descr index 1c881c2b6d45..1c894699db0d 100644 --- a/print/txtbdf2ps/pkg-descr +++ b/print/txtbdf2ps/pkg-descr @@ -8,4 +8,4 @@ international character sets. Since it's much easier to create or edit bitmap (BDF/PCF) fonts than outline fonts, this script allows to print texts using your own fonts. -WWW: http://oldrus-ispell.sourceforge.net/txtbdf2ps.html +WWW: http://oldrus-ispell.sourceforge.net/txtbdf2ps.html |