1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/japanese/groff/files/patch-contrib-pic2graph-pic2graph.sh
Hiroki Sato 1ce38e6fcc - Fix build with newer versions of makeinfo.
- Fix shebang line in sh and perl scripts.
- Remove gcc dependency.
- Move example files to EXAMPLESDIR.
2014-08-29 18:12:20 +00:00

9 lines
257 B
Bash

--- contrib/pic2graph/pic2graph.sh.orig 2014-08-30 03:06:55.000000000 +0900
+++ contrib/pic2graph/pic2graph.sh 2014-08-30 03:07:01.000000000 +0900
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
#
# pic2graph -- compile PIC image descriptions to bitmap images
#