diff options
author | erich <erich@FreeBSD.org> | 1996-08-16 21:40:49 +0800 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1996-08-16 21:40:49 +0800 |
commit | 03771b87f3e6d11349c3504599306e17ad76c40a (patch) | |
tree | db252743cf41da52b280855b2b27e22718e27ce7 /graphics/mpeg_stat/files | |
parent | 03c2ddb7afe91af7828fe66113af2e0f85208491 (diff) | |
download | freebsd-ports-graphics-03771b87f3e6d11349c3504599306e17ad76c40a.tar.gz freebsd-ports-graphics-03771b87f3e6d11349c3504599306e17ad76c40a.tar.zst freebsd-ports-graphics-03771b87f3e6d11349c3504599306e17ad76c40a.zip |
new port for `mpeg_stat', an mpeg stream analyzer
Diffstat (limited to 'graphics/mpeg_stat/files')
-rw-r--r-- | graphics/mpeg_stat/files/patch-aa | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/mpeg_stat/files/patch-aa b/graphics/mpeg_stat/files/patch-aa new file mode 100644 index 00000000000..84507286502 --- /dev/null +++ b/graphics/mpeg_stat/files/patch-aa @@ -0,0 +1,15 @@ +--- Makefile~ Fri Aug 2 11:59:50 1996 ++++ Makefile Fri Aug 2 12:02:45 1996 +@@ -40,6 +40,12 @@ + all: $(PROGRAM) + strip $(PROGRAM) + ++install: ++ install -cs ${PROGRAM} ${PREFIX}/bin ++ install -c block2spec ${PREFIX}/bin ++ install -c -m 644 mpeg_stat.1 ${PREFIX}/man/man1 ++ gzip -9nf ${PREFIX}/man/man1/mpeg_stat.1 ++ + $(PROGRAM): $(OBJS) + $(LD) -g $(OBJS) $(LIBS) -lm -o $(PROGRAM) + |