diff options
author | ak <ak@FreeBSD.org> | 2013-09-26 05:47:31 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2013-09-26 05:47:31 +0800 |
commit | 2ae0b0b87626a26596cb8576f84bba7a23142bbf (patch) | |
tree | a925fd3f1f2ce0371bd0ca33c88cef4c14a1359c /print | |
parent | 05a3aa4fe5fdb6b432304656e4742a3fc8574ba8 (diff) | |
download | freebsd-ports-gnome-2ae0b0b87626a26596cb8576f84bba7a23142bbf.tar.gz freebsd-ports-gnome-2ae0b0b87626a26596cb8576f84bba7a23142bbf.tar.zst freebsd-ports-gnome-2ae0b0b87626a26596cb8576f84bba7a23142bbf.zip |
- Support STAGEDIR
- Use a single space for WWW in pkg-descr
Diffstat (limited to 'print')
-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 |