mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
1ce38e6fcc
- Fix shebang line in sh and perl scripts. - Remove gcc dependency. - Move example files to EXAMPLESDIR.
9 lines
257 B
Bash
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
|
|
#
|