diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-02 22:57:42 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-02 22:57:42 +0800 |
commit | 8448b328cb775b1f03a2ed3c8e43cdfe4fd1e871 (patch) | |
tree | c2601c982ba82f9e905a6e0f75494f48d663f2f2 /print | |
parent | 9b111d68168cfd93e83b8b1b77f80809ef799717 (diff) | |
download | freebsd-ports-gnome-8448b328cb775b1f03a2ed3c8e43cdfe4fd1e871.tar.gz freebsd-ports-gnome-8448b328cb775b1f03a2ed3c8e43cdfe4fd1e871.tar.zst freebsd-ports-gnome-8448b328cb775b1f03a2ed3c8e43cdfe4fd1e871.zip |
- Force commit to correct the entry:
- Update to 2.97
PR: 176530
Submitted by: Ports fury
Diffstat (limited to 'print')
-rw-r--r-- | print/typetools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/typetools/Makefile b/print/typetools/Makefile index fa212f93ecf6..9d47335f5aec 100644 --- a/print/typetools/Makefile +++ b/print/typetools/Makefile @@ -23,5 +23,5 @@ MAN1= cfftot1.1 mmafm.1 mmpfb.1 otfinfo.1 otftotfm.1 t1dotlessj.1 \ t1lint.1 t1rawafm.1 t1reencode.1 t1testpage.1 ttftotype42.1 DATADIR= ${PREFIX}/share/lcdf-${PORTNAME} - + .include <bsd.port.mk> |