diff options
| author | Eric L. Hernes <erich@FreeBSD.org> | 1996-08-16 13:40:49 +0000 |
|---|---|---|
| committer | Eric L. Hernes <erich@FreeBSD.org> | 1996-08-16 13:40:49 +0000 |
| commit | 34133aa06d7cea84256925aba5e3d69ebc9636f4 (patch) | |
| tree | 9313b70f73b703a39f32ea04220763054ca702de /graphics/mpeg_stat/files/patch-aa | |
| parent | New port for `freefonts' a bunch of free type-1 fonts for X11 (diff) | |
new port for `mpeg_stat', an mpeg stream analyzer
Diffstat (limited to 'graphics/mpeg_stat/files/patch-aa')
| -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 000000000000..845072865023 --- /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) + |
